aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/sound/music_wave.h
diff options
context:
space:
mode:
authorPaul Gilbert2017-02-09 19:41:04 -0500
committerPaul Gilbert2017-02-09 19:41:04 -0500
commita678a0b27bb0f116833d4164e61414348d67fc2e (patch)
treeda248b21c118bc7ea4cf6893c7c95623fc9e0809 /engines/titanic/sound/music_wave.h
parentc9d0301016f8d67464c6b532874ce849ed2f49d3 (diff)
downloadscummvm-rg350-a678a0b27bb0f116833d4164e61414348d67fc2e.tar.gz
scummvm-rg350-a678a0b27bb0f116833d4164e61414348d67fc2e.tar.bz2
scummvm-rg350-a678a0b27bb0f116833d4164e61414348d67fc2e.zip
TITANIC: Fixes to choosing wave files for instruments
Diffstat (limited to 'engines/titanic/sound/music_wave.h')
-rw-r--r--engines/titanic/sound/music_wave.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/sound/music_wave.h b/engines/titanic/sound/music_wave.h
index baed60c907..5b63c74f7f 100644
--- a/engines/titanic/sound/music_wave.h
+++ b/engines/titanic/sound/music_wave.h
@@ -124,7 +124,7 @@ public:
/**
* Figure out which wave file to use next
*/
- void chooseInstrument(int index, int freq);
+ void chooseWaveFile(int index, int freq);
};
} // End of namespace Titanic