summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2006-08-26 16:36:05 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2006-08-26 16:36:05 +0000
commit00d7badb647b4293c444c0374985b7f1ea8a1ed1 (patch)
tree1e8ef25719f0954388a9c50bcf1e360f37540563 /ChangeLog
parentef4486580fc7b8293555fcabc398ed0c2b90d78e (diff)
downloadmana-client-00d7badb647b4293c444c0374985b7f1ea8a1ed1.tar.gz
mana-client-00d7badb647b4293c444c0374985b7f1ea8a1ed1.tar.bz2
mana-client-00d7badb647b4293c444c0374985b7f1ea8a1ed1.tar.xz
mana-client-00d7badb647b4293c444c0374985b7f1ea8a1ed1.zip
Fixed player sprite not showing up.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8b763f7d..8e10286f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,8 @@
data/graphics/sprites/Makefile.am: Got rid of numerous additions and
substractions to the hair style and color. Hair style 0 was added and
defined as being bald (so bald is no longer a hardcoded style).
+ * src/player.cpp, src/being.cpp, src/net/charserverhandler.cpp,
+ src/being.h: Fixed player sprite not showing up.
2006-08-26 Guillaume Melquiond <guillaume.melquiond@gmail.com>