diff options
author | Eugenio Favalli <elvenprogrammer@gmail.com> | 2005-02-13 20:30:01 +0000 |
---|---|---|
committer | Eugenio Favalli <elvenprogrammer@gmail.com> | 2005-02-13 20:30:01 +0000 |
commit | fb6fa0f35843e437c3171de39920ce5e42e28817 (patch) | |
tree | 7de037801b0eb15d62d8e885aeafb2b7b997252d /src/graphic | |
parent | 0e741d32b8d6daa2914a35efed1c742ad880525a (diff) | |
download | mana-fb6fa0f35843e437c3171de39920ce5e42e28817.tar.gz mana-fb6fa0f35843e437c3171de39920ce5e42e28817.tar.bz2 mana-fb6fa0f35843e437c3171de39920ce5e42e28817.tar.xz mana-fb6fa0f35843e437c3171de39920ce5e42e28817.zip |
Some fixes and item updates
Diffstat (limited to 'src/graphic')
-rw-r--r-- | src/graphic/graphic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphic/graphic.cpp b/src/graphic/graphic.cpp index 835698b4..3887addb 100644 --- a/src/graphic/graphic.cpp +++ b/src/graphic/graphic.cpp @@ -290,7 +290,7 @@ Engine::Engine() minimap = new Minimap(); equipmentWindow = new EquipmentWindow(); - equipmentWindow->setVisible(true); + equipmentWindow->setVisible(false); // Give focus to the chat input chatInput->requestFocus(); |