aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
authorTravis Howell2003-12-24 00:26:52 +0000
committerTravis Howell2003-12-24 00:26:52 +0000
commit3cd69b641f9de8a4e7a8d1358c4aa49e18dd7559 (patch)
tree18211823b7dc872d70c30866f3bdddd2e6bf1794 /simon
parente9269257f3da947eca3fb167b279fbe91650157a (diff)
downloadscummvm-rg350-3cd69b641f9de8a4e7a8d1358c4aa49e18dd7559.tar.gz
scummvm-rg350-3cd69b641f9de8a4e7a8d1358c4aa49e18dd7559.tar.bz2
scummvm-rg350-3cd69b641f9de8a4e7a8d1358c4aa49e18dd7559.zip
Should apply to all Simon1 versions
svn-id: r11882
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 9edad29345..a53c49e6a0 100644
--- a/simon/simon.cpp
+++ b/simon/simon.cpp
@@ -3989,7 +3989,7 @@ void SimonEngine::start_vga_code(uint b, uint vga_res, uint vga_sprite_id, uint
vsp->image = 0;
vsp->base_color = base_color;
vsp->id = vga_sprite_id;
- if (!(_game & GF_SIMON2) && !(_game & GF_WIN))
+ if (!(_game & GF_SIMON2))
vsp->unk7 = vga_res = vga_sprite_id / 100;
else
vsp->unk7 = vga_res;