aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/sound/music_wave.h
diff options
context:
space:
mode:
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