diff options
author | Travis Howell | 2002-10-22 14:14:44 +0000 |
---|---|---|
committer | Travis Howell | 2002-10-22 14:14:44 +0000 |
commit | 7f9abfd83913f2fe03d337bb3f5b006dc52b0c57 (patch) | |
tree | 3d09bf0d6350bfe0b16d87da881c5e13d3690ab2 | |
parent | 3c6566c14fe527e983fad40aba436852c1087928 (diff) | |
download | scummvm-rg350-7f9abfd83913f2fe03d337bb3f5b006dc52b0c57.tar.gz scummvm-rg350-7f9abfd83913f2fe03d337bb3f5b006dc52b0c57.tar.bz2 scummvm-rg350-7f9abfd83913f2fe03d337bb3f5b006dc52b0c57.zip |
oops again
svn-id: r5249
-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 42f248fe96..e5305c89d1 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -1710,7 +1710,7 @@ void SimonState::o_print_str() speech_id = (uint16)getNextWord(); break; - case GAME_SIMON2DOS + case GAME_SIMON2DOS: string_ptr = getStringPtrByID(string_id); break; |