summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEugenio Favalli <elvenprogrammer@gmail.com>2006-07-26 13:48:36 +0000
committerEugenio Favalli <elvenprogrammer@gmail.com>2006-07-26 13:48:36 +0000
commit4af405cd9dc675ef63ac4d993468f4868de85f6a (patch)
treedd6a4e9cd129d5f8713d548f3ae40262d274c1b7 /ChangeLog
parent9516197b54715a660ea86d3d1c85f21f8a7cd918 (diff)
downloadmana-client-4af405cd9dc675ef63ac4d993468f4868de85f6a.tar.gz
mana-client-4af405cd9dc675ef63ac4d993468f4868de85f6a.tar.bz2
mana-client-4af405cd9dc675ef63ac4d993468f4868de85f6a.tar.xz
mana-client-4af405cd9dc675ef63ac4d993468f4868de85f6a.zip
Fixed direction and action issues when changing appeareance, frames are still out of sync.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8504b238..c3bb966b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
* data/graphics/sprites/Makefile.am, data/graphics/tiles/Makefile.am,
data/maps/Makefile.am, data/maps/new_13-1.tmx.gz: Added map with inside
of snow village buildings and fixed makefiles.
+ * src/being.cpp, src/being.h, src/player.cpp: Fixed direction and
+ action issues when changing appeareance, frames are still out of sync.
2006-07-26 Bjørn Lindeijer <bjorn@lindeijer.nl>