summaryrefslogtreecommitdiff
path: root/src/resources/monsterinfo.cpp
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2006-11-29 21:31:04 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2006-11-29 21:31:04 +0000
commitee92796df4e3d665a64f3f49e60c43805c6a05d0 (patch)
treeb967bff77342ba0095686eee34646472a66ea87c /src/resources/monsterinfo.cpp
parent565a35c6ca0aa19d830cbcce0d0f522c0b854997 (diff)
downloadmana-client-ee92796df4e3d665a64f3f49e60c43805c6a05d0.tar.gz
mana-client-ee92796df4e3d665a64f3f49e60c43805c6a05d0.tar.bz2
mana-client-ee92796df4e3d665a64f3f49e60c43805c6a05d0.tar.xz
mana-client-ee92796df4e3d665a64f3f49e60c43805c6a05d0.zip
Renamed getSFX() to getSound()
Diffstat (limited to 'src/resources/monsterinfo.cpp')
-rw-r--r--src/resources/monsterinfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/monsterinfo.cpp b/src/resources/monsterinfo.cpp
index e60fb4e2..b71d50d1 100644
--- a/src/resources/monsterinfo.cpp
+++ b/src/resources/monsterinfo.cpp
@@ -53,7 +53,7 @@ MonsterInfo::addSFX (SoundEvent event, std::string filename)
std::string
-MonsterInfo::getSFX (SoundEvent event)
+MonsterInfo::getSound (SoundEvent event)
{
std::map<SoundEvent, std::vector<std::string>* >::iterator i = mSounds.find(event);