From 7f9abfd83913f2fe03d337bb3f5b006dc52b0c57 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Tue, 22 Oct 2002 14:14:44 +0000 Subject: [PATCH] oops again svn-id: r5249 --- simon/simon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simon/simon.cpp b/simon/simon.cpp index 42f248fe969..e5305c89d10 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;