Correct comment
svn-id: r5299
This commit is contained in:
parent
3166f6307e
commit
5a731060a4
1 changed files with 1 additions and 1 deletions
|
@ -4810,7 +4810,7 @@ void SimonState::playSound(uint sound)
|
||||||
_mixer->playRaw(&_effects_sound, buffer, size, samples_per_sec, SoundMixer::FLAG_UNSIGNED);
|
_mixer->playRaw(&_effects_sound, buffer, size, samples_per_sec, SoundMixer::FLAG_UNSIGNED);
|
||||||
} else {
|
} else {
|
||||||
/* FIXME: not properly implemented */
|
/* FIXME: not properly implemented */
|
||||||
/* Simon 1/2 dos talkie sfx aren't supported */
|
/* Simon 2 dos talkie sfx aren't supported */
|
||||||
/* Simon 2 dos sfx isn't supported */
|
/* Simon 2 dos sfx isn't supported */
|
||||||
const char *s2 = gss->wav_filename2;
|
const char *s2 = gss->wav_filename2;
|
||||||
_music_file = new File();
|
_music_file = new File();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue