summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2008-08-28 19:31:17 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2008-08-28 19:31:17 +0000
commit9a8456c6c95f5d95c568664ba5adaeb466cfbb0d (patch)
tree701da4a4dd0a8c8f847ba3f8dc3dcca2fa6474b8 /ChangeLog
parent2e70210586ecc2c201460947802039beb12aa69b (diff)
downloadmana-client-9a8456c6c95f5d95c568664ba5adaeb466cfbb0d.tar.gz
mana-client-9a8456c6c95f5d95c568664ba5adaeb466cfbb0d.tar.bz2
mana-client-9a8456c6c95f5d95c568664ba5adaeb466cfbb0d.tar.xz
mana-client-9a8456c6c95f5d95c568664ba5adaeb466cfbb0d.zip
Fixed crash when map layer has too many tiles.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 580fbca7..70ae300b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,8 @@
works around an initialization bug.
* data/help/index.txt, data/help/windows.txt: Included some
documentation for the shortcut window by Vq.
+ * src/resources/mapreader.cpp: Fixed crash when map layer has too many
+ tiles.
2008-08-28 Philipp Sehmisch <tmw@crushnet.org>