diff options
-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; |