summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2007-02-20 20:55:37 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2007-02-20 20:55:37 +0000
commite99b6aaeb119feabfa2f7c3c49908625981e9708 (patch)
tree00f599c90443be884b9b8b51618552c2f8834f2d /ChangeLog
parenteadbe0cb009b8c8fec622946f0b0109a2f07b1f1 (diff)
downloadmana-client-e99b6aaeb119feabfa2f7c3c49908625981e9708.tar.gz
mana-client-e99b6aaeb119feabfa2f7c3c49908625981e9708.tar.bz2
mana-client-e99b6aaeb119feabfa2f7c3c49908625981e9708.tar.xz
mana-client-e99b6aaeb119feabfa2f7c3c49908625981e9708.zip
Now different sounds can play when a monster misses the player.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7c30cc59..83a8ead4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
* src/log.cpp: Applied patch by trapdoor to fix the usage of a
deprecated function on MacOS X 10.4 and later.
+ * src/being.cpp, src/monster.cpp, src/net/beinghandler.cpp,
+ src/localplayer.h, src/being.h, src/monster.h: Now different sounds
+ can play when a monster misses the player.
2007-02-17 Bjørn Lindeijer <bjorn@lindeijer.nl>