summaryrefslogtreecommitdiff
path: root/src/engine.cpp
diff options
context:
space:
mode:
authorJan-Fabian Humann <malastare@gmx.net>2005-05-12 18:34:52 +0000
committerJan-Fabian Humann <malastare@gmx.net>2005-05-12 18:34:52 +0000
commit308e722a1b3fc34ade98e88b050a024cbd2c9f78 (patch)
treeb7228180c846751ac44d792c415442f77acecdb6 /src/engine.cpp
parentabe13c1a2b9338e9a3001128954cc9fb6125ce0f (diff)
downloadmana-client-308e722a1b3fc34ade98e88b050a024cbd2c9f78.tar.gz
mana-client-308e722a1b3fc34ade98e88b050a024cbd2c9f78.tar.bz2
mana-client-308e722a1b3fc34ade98e88b050a024cbd2c9f78.tar.xz
mana-client-308e722a1b3fc34ade98e88b050a024cbd2c9f78.zip
trade fixes as usual + quit dialog pops up now instead of being under other windows
Diffstat (limited to 'src/engine.cpp')
-rw-r--r--src/engine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine.cpp b/src/engine.cpp
index fc88aff4..52f1d11e 100644
--- a/src/engine.cpp
+++ b/src/engine.cpp
@@ -200,7 +200,7 @@ Engine::Engine()
screen->h - chargeDialog->getHeight() - 15);
tradeWindow->setPosition(screen->w - statusWindow->getWidth() -
tradeWindow->getWidth() - 10,
- chatWindow->getHeight() + 15);
+ inventoryWindow->getY() + inventoryWindow->getHeight());
buddyWindow->setPosition(10,
minimap->getHeight() + 30);
requestTradeDialog->setPosition(screen->w - statusWindow->getWidth() -