summaryrefslogtreecommitdiff
path: root/src/resources/monsterinfo.cpp
diff options
context:
space:
mode:
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);