diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2006-11-29 21:31:04 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2006-11-29 21:31:04 +0000 |
commit | ee92796df4e3d665a64f3f49e60c43805c6a05d0 (patch) | |
tree | b967bff77342ba0095686eee34646472a66ea87c /src/resources/monsterinfo.h | |
parent | 565a35c6ca0aa19d830cbcce0d0f522c0b854997 (diff) | |
download | mana-ee92796df4e3d665a64f3f49e60c43805c6a05d0.tar.gz mana-ee92796df4e3d665a64f3f49e60c43805c6a05d0.tar.bz2 mana-ee92796df4e3d665a64f3f49e60c43805c6a05d0.tar.xz mana-ee92796df4e3d665a64f3f49e60c43805c6a05d0.zip |
Renamed getSFX() to getSound()
Diffstat (limited to 'src/resources/monsterinfo.h')
-rw-r--r-- | src/resources/monsterinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/monsterinfo.h b/src/resources/monsterinfo.h index 8129338a..25aaf12c 100644 --- a/src/resources/monsterinfo.h +++ b/src/resources/monsterinfo.h @@ -61,7 +61,7 @@ class MonsterInfo getSprite () const { return mSprite; };
std::string
- getSFX (SoundEvent event);
+ getSound (SoundEvent event);
private:
|