diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2006-11-29 23:29:34 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2006-11-29 23:29:34 +0000 |
commit | 3c5f684a4927968ffdf6d8be7821aa1e60e09cd7 (patch) | |
tree | 7792e115111225dcc1a99b6470aab846e736864e /src/resources/monsterinfo.cpp | |
parent | db318570f51ddc13d80cecbf90a40d7b4647ade5 (diff) | |
download | mana-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.cpp')
-rw-r--r-- | src/resources/monsterinfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/monsterinfo.cpp b/src/resources/monsterinfo.cpp index b71d50d1..1808d1c8 100644 --- a/src/resources/monsterinfo.cpp +++ b/src/resources/monsterinfo.cpp @@ -41,7 +41,7 @@ MonsterInfo::~MonsterInfo() void
-MonsterInfo::addSFX (SoundEvent event, std::string filename)
+MonsterInfo::addSound (SoundEvent event, std::string filename)
{
if (mSounds.find(event) == mSounds.end())
{
|