summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2007-05-23 21:35:01 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2007-05-23 21:35:01 +0000
commit114e76641ccde78fcb9f4ca2fcf7c9a909e176ba (patch)
tree9efa7737187ae8e239a2914cbb57e0e36f5efc92 /ChangeLog
parent1ddb44f5caf3e0bc93b7d19cc6e227b10e4b4c41 (diff)
downloadmana-client-114e76641ccde78fcb9f4ca2fcf7c9a909e176ba.tar.gz
mana-client-114e76641ccde78fcb9f4ca2fcf7c9a909e176ba.tar.bz2
mana-client-114e76641ccde78fcb9f4ca2fcf7c9a909e176ba.tar.xz
mana-client-114e76641ccde78fcb9f4ca2fcf7c9a909e176ba.zip
Added a missing include and fixed a bug with cleaning up target cursor
animations.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cc850807..f8e83409 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
* src/gui/sell.cpp, src/gui/buy.cpp, src/being.cpp: A bunch of
lingering syntactical changes.
+ * src/gui/viewport.cpp: Added a missing include and fixed a bug with
+ cleaning up target cursor animations.
2007-05-23 Philipp Sehmisch <tmw@crushnet.org>