aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
authorTravis Howell2003-12-20 08:23:31 +0000
committerTravis Howell2003-12-20 08:23:31 +0000
commit50c2dc9b25a0cce128f1df7e59dd0f03078d2e65 (patch)
treee95d7394f4afab0c19718a1c3e99d578d28b53eb /simon
parentff55c1ae4b5c3bd4cd37b33606d157c44f73bc5a (diff)
downloadscummvm-rg350-50c2dc9b25a0cce128f1df7e59dd0f03078d2e65.tar.gz
scummvm-rg350-50c2dc9b25a0cce128f1df7e59dd0f03078d2e65.tar.bz2
scummvm-rg350-50c2dc9b25a0cce128f1df7e59dd0f03078d2e65.zip
Correction
svn-id: r11773
Diffstat (limited to 'simon')
-rw-r--r--simon/simon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp
index 66c1e3511f..d7c8baa7fe 100644
--- a/simon/simon.cpp
+++ b/simon/simon.cpp
@@ -4069,7 +4069,7 @@ void SimonEngine::talk_with_text(uint vga_sprite_id, uint color, const char *str
uint height;
// FIXME: Shows Dwarf Song subtitles in Dwarf Mine under simon1dos
- if ((_game == GAME_SIMON1DOS) && (vga_sprite_id >= 100))
+ if (!(_game & GF_SIMON2) && !(_game & GF_TALKIE) && (vga_sprite_id >= 100))
vga_sprite_id -= 100;
char_buf = print_str_buf;