summaryrefslogtreecommitdiff
path: root/src/resources/monsterinfo.h
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2006-11-29 23:29:34 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2006-11-29 23:29:34 +0000
commit3c5f684a4927968ffdf6d8be7821aa1e60e09cd7 (patch)
tree7792e115111225dcc1a99b6470aab846e736864e /src/resources/monsterinfo.h
parentdb318570f51ddc13d80cecbf90a40d7b4647ade5 (diff)
downloadmana-client-3c5f684a4927968ffdf6d8be7821aa1e60e09cd7.tar.gz
mana-client-3c5f684a4927968ffdf6d8be7821aa1e60e09cd7.tar.bz2
mana-client-3c5f684a4927968ffdf6d8be7821aa1e60e09cd7.tar.xz
mana-client-3c5f684a4927968ffdf6d8be7821aa1e60e09cd7.zip
renamed addSFX to addSound
Diffstat (limited to 'src/resources/monsterinfo.h')
-rw-r--r--src/resources/monsterinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/monsterinfo.h b/src/resources/monsterinfo.h
index 25aaf12c..c5ded375 100644
--- a/src/resources/monsterinfo.h
+++ b/src/resources/monsterinfo.h
@@ -52,7 +52,7 @@ class MonsterInfo
setSprite(std::string filename) { mSprite = filename; }
void
- addSFX (SoundEvent event, std::string filename);
+ addSound (SoundEvent event, std::string filename);
const std::string&
getName () const { return mName; };