aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
authorTravis Howell2002-10-22 14:04:22 +0000
committerTravis Howell2002-10-22 14:04:22 +0000
commit3c6566c14fe527e983fad40aba436852c1087928 (patch)
treefd43bdc1fb18bdcacdad6515483b7f4d071a7a6c /simon
parent4544aa6cc1523562a7634e360435724c83d6dcb5 (diff)
downloadscummvm-rg350-3c6566c14fe527e983fad40aba436852c1087928.tar.gz
scummvm-rg350-3c6566c14fe527e983fad40aba436852c1087928.tar.bz2
scummvm-rg350-3c6566c14fe527e983fad40aba436852c1087928.zip
oops
svn-id: r5248
Diffstat (limited to 'simon')
-rw-r--r--simon/simon.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp
index a341706b84..42f248fe96 100644
--- a/simon/simon.cpp
+++ b/simon/simon.cpp
@@ -1710,9 +1710,8 @@ void SimonState::o_print_str()
speech_id = (uint16)getNextWord();
break;
- case GAME_SIMON2DOS:
- if (string_id != 0xFFFF)
- string_ptr = getStringPtrByID(string_id);
+ case GAME_SIMON2DOS
+ string_ptr = getStringPtrByID(string_id);
break;
case GAME_SIMON1DOS: