From 437489473379837090573fd7e66d3645bd243982 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sat, 20 Dec 2003 10:21:32 +0000 Subject: Correction svn-id: r11779 --- simon/simon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3