diff options
author | Travis Howell | 2002-10-24 07:24:14 +0000 |
---|---|---|
committer | Travis Howell | 2002-10-24 07:24:14 +0000 |
commit | 5a731060a467c99f95dcc0259711dee6571ba138 (patch) | |
tree | 9dff69716da78abefa0d64d83df01a4b2c29d2e3 | |
parent | 3166f6307e4c046d6c518e3454242f7fe7b81e4e (diff) | |
download | scummvm-rg350-5a731060a467c99f95dcc0259711dee6571ba138.tar.gz scummvm-rg350-5a731060a467c99f95dcc0259711dee6571ba138.tar.bz2 scummvm-rg350-5a731060a467c99f95dcc0259711dee6571ba138.zip |
Correct comment
svn-id: r5299
-rw-r--r-- | simon/simon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |