diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-10-21 15:34:26 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-10-21 15:34:26 +0000 |
commit | 40e1b46019afe72bb05614162b3b907db999cc57 (patch) | |
tree | a943aa93824e7aec960e0e5fcd10060bb31c5dbe /ChangeLog | |
parent | 137237efd9af589649c50a09ab6ce1cbb8c47c72 (diff) | |
download | mana-client-40e1b46019afe72bb05614162b3b907db999cc57.tar.gz mana-client-40e1b46019afe72bb05614162b3b907db999cc57.tar.bz2 mana-client-40e1b46019afe72bb05614162b3b907db999cc57.tar.xz mana-client-40e1b46019afe72bb05614162b3b907db999cc57.zip |
Messed a bit: beings cannot be removed from no map.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,8 +12,8 @@ src/gui/serverdialog.cpp, src/gui/inventorywindow.cpp: Removed window padding and replaced it by layout margin, so that the grip on resizable window is not outside the inner clip area. - * src/engine.cpp, src/engine.h: Fixed current map not deleted on server - change. + * src/engine.cpp, src/engine.h, src/game.cpp: Fixed current map not + deleted on server change. * src/gui/inventorywindow.cpp, src/gui/inventorywindow.h: Removed redundant destructor. * src/resources/monsterdb.cpp: Plugged memory leak in database reader. |