aboutsummaryrefslogtreecommitdiff
path: root/simon/items.cpp
diff options
context:
space:
mode:
authorTravis Howell2003-05-01 07:55:55 +0000
committerTravis Howell2003-05-01 07:55:55 +0000
commit5c987fac47bcac7c2353f48f2b485d49aa506ee9 (patch)
tree1d23f5bebe86ccf06b6855939994bd95c3471525 /simon/items.cpp
parent48293bd132159d73c6e2ed512e44f5f1a80b84e4 (diff)
downloadscummvm-rg350-5c987fac47bcac7c2353f48f2b485d49aa506ee9.tar.gz
scummvm-rg350-5c987fac47bcac7c2353f48f2b485d49aa506ee9.tar.bz2
scummvm-rg350-5c987fac47bcac7c2353f48f2b485d49aa506ee9.zip
Add a few Amiga games corrections and todos
svn-id: r7238
Diffstat (limited to 'simon/items.cpp')
-rw-r--r--simon/items.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/items.cpp b/simon/items.cpp
index cbde6372af..e69b85886e 100644
--- a/simon/items.cpp
+++ b/simon/items.cpp
@@ -1228,7 +1228,7 @@ void SimonState::o_177() {
tv = getThreeValues(a);
}
- if (_game == GAME_SIMON1TALKIE || _game == GAME_SIMON1WIN) {
+ if (_game == GAME_SIMON1CD32 || _game == GAME_SIMON1TALKIE || _game == GAME_SIMON1WIN) {
if (child != NULL && child->avail_props & 0x200) {
uint offs = getOffsetOfChild2Param(child, 0x200);
if (!_subtitles)