aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/sound.h
diff options
context:
space:
mode:
authorStrangerke2013-01-01 23:10:21 +0100
committerStrangerke2013-01-01 23:10:21 +0100
commit13063aeb3f93daddaa2a0664b79eb400c851ea8c (patch)
tree5fe9a204be9485830adbc34f093a5a119398e111 /engines/hopkins/sound.h
parentd6f72071a42559299139fd2f162c98c7f01a0b51 (diff)
downloadscummvm-rg350-13063aeb3f93daddaa2a0664b79eb400c851ea8c.tar.gz
scummvm-rg350-13063aeb3f93daddaa2a0664b79eb400c851ea8c.tar.bz2
scummvm-rg350-13063aeb3f93daddaa2a0664b79eb400c851ea8c.zip
HOPKINS: Refactoring in ComputerManager
Diffstat (limited to 'engines/hopkins/sound.h')
-rw-r--r--engines/hopkins/sound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hopkins/sound.h b/engines/hopkins/sound.h
index 4a02f915f7..e19d51c690 100644
--- a/engines/hopkins/sound.h
+++ b/engines/hopkins/sound.h
@@ -159,7 +159,7 @@ public:
void MODSetVoiceVolume();
void MODSetMusicVolume(int volume);
void loadSample(int wavIndex, const Common::String &file);
- void PLAY_SAMPLE(int wavIndex, int voiceMode);
+ void playSample(int wavIndex, int voiceMode);
void PLAY_SAMPLE2(int idx);
void playWav(int wavIndex);