diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-10-21 15:09:11 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-10-21 15:09:11 +0000 |
commit | ee415eebaaae92a8af74d315fe5e39f40947e1f9 (patch) | |
tree | 42963cd9feb25031471c84a4a24e0f2a65b4577b /ChangeLog | |
parent | 59c3b69103bf9bc346f6a4337c2ede0f43bfb6bf (diff) | |
download | mana-ee415eebaaae92a8af74d315fe5e39f40947e1f9.tar.gz mana-ee415eebaaae92a8af74d315fe5e39f40947e1f9.tar.bz2 mana-ee415eebaaae92a8af74d315fe5e39f40947e1f9.tar.xz mana-ee415eebaaae92a8af74d315fe5e39f40947e1f9.zip |
Fixed current map not deleted on server change.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +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. 2007-10-20 Guillaume Melquiond <guillaume.melquiond@gmail.com> |