aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
authorTravis Howell2003-12-20 10:21:32 +0000
committerTravis Howell2003-12-20 10:21:32 +0000
commit437489473379837090573fd7e66d3645bd243982 (patch)
tree6d9888ae071d401031d0c73956088e405cbbc142 /simon
parentfe324f1cdf057a3a7908d3387322762918c74aa1 (diff)
downloadscummvm-rg350-437489473379837090573fd7e66d3645bd243982.tar.gz
scummvm-rg350-437489473379837090573fd7e66d3645bd243982.tar.bz2
scummvm-rg350-437489473379837090573fd7e66d3645bd243982.zip
Correction
svn-id: r11779
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 9f08dbc620..8d82c71db8 100644
--- a/simon/simon.cpp
+++ b/simon/simon.cpp
@@ -3979,7 +3979,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_TALKIE))
+ if (!(_game & GF_SIMON2) && !(_game & GF_WIN))
vsp->unk7 = vga_res = vga_sprite_id / 100;
else
vsp->unk7 = vga_res;