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