From a678a0b27bb0f116833d4164e61414348d67fc2e Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 9 Feb 2017 19:41:04 -0500 Subject: TITANIC: Fixes to choosing wave files for instruments --- engines/titanic/sound/music_wave.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/titanic/sound/music_wave.h') 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 -- cgit v1.2.3