diff options
author | Jan-Fabian Humann <malastare@gmx.net> | 2005-05-12 18:34:52 +0000 |
---|---|---|
committer | Jan-Fabian Humann <malastare@gmx.net> | 2005-05-12 18:34:52 +0000 |
commit | 308e722a1b3fc34ade98e88b050a024cbd2c9f78 (patch) | |
tree | b7228180c846751ac44d792c415442f77acecdb6 /src/engine.cpp | |
parent | abe13c1a2b9338e9a3001128954cc9fb6125ce0f (diff) | |
download | mana-308e722a1b3fc34ade98e88b050a024cbd2c9f78.tar.gz mana-308e722a1b3fc34ade98e88b050a024cbd2c9f78.tar.bz2 mana-308e722a1b3fc34ade98e88b050a024cbd2c9f78.tar.xz mana-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.cpp | 2 |
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() - |