diff options
author | Travis Howell | 2003-01-05 12:20:31 +0000 |
---|---|---|
committer | Travis Howell | 2003-01-05 12:20:31 +0000 |
commit | 3224d39f6540f12491cd1784381401a4f7ca8879 (patch) | |
tree | 794ceb4f1b36388453b159264ab16deec5b07718 | |
parent | 6414e9a2558f1707ff63d6f59651e14bee38728d (diff) | |
download | scummvm-rg350-3224d39f6540f12491cd1784381401a4f7ca8879.tar.gz scummvm-rg350-3224d39f6540f12491cd1784381401a4f7ca8879.tar.bz2 scummvm-rg350-3224d39f6540f12491cd1784381401a4f7ca8879.zip |
Alter fix me comment
svn-id: r6336
-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 490369410e..23382975bd 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -3846,7 +3846,7 @@ void SimonState::talk_with_text(uint num_1, uint num_2, const char *string_ptr, uint m, n; uint height; - // FIXME: Simon1 Mine - Fix text for dwarf song + // FIXME: Simon1dos Dwarf Mine - Fix text for dwarf song if (num_1 >= 100) num_1 -= 100; |