summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-10-21 15:09:11 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-10-21 15:09:11 +0000
commitee415eebaaae92a8af74d315fe5e39f40947e1f9 (patch)
tree42963cd9feb25031471c84a4a24e0f2a65b4577b /ChangeLog
parent59c3b69103bf9bc346f6a4337c2ede0f43bfb6bf (diff)
downloadmana-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--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2db18c8e..b18048c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>