From 5a731060a467c99f95dcc0259711dee6571ba138 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Thu, 24 Oct 2002 07:24:14 +0000 Subject: Correct comment svn-id: r5299 --- simon/simon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simon/simon.cpp b/simon/simon.cpp index c0ac4feab1..69563ab54a 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -4810,7 +4810,7 @@ void SimonState::playSound(uint sound) _mixer->playRaw(&_effects_sound, buffer, size, samples_per_sec, SoundMixer::FLAG_UNSIGNED); } else { /* 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 */ const char *s2 = gss->wav_filename2; _music_file = new File(); -- cgit v1.2.3