From f02f786b3f1e0c55a4d72c30ae12194e7e3d7e88 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Fri, 13 Feb 2004 11:00:37 +0000 Subject: Switch warnings to debug. Remove old commented out Simon code. svn-id: r12845 --- simon/simon.cpp | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) (limited to 'simon/simon.cpp') diff --git a/simon/simon.cpp b/simon/simon.cpp index 7e6987a102..46cf2d94a6 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -3109,24 +3109,12 @@ void SimonEngine::timer_proc1() { _lock_word |= 2; if (!(_lock_word & 0x10)) { - // We currently use this section for both Simon1 and Simon2 games - // since Simon2 section causes slow down for unknown reasons. - //if (!(_game & GF_SIMON2)) { + expire_vga_timers(); + expire_vga_timers(); + _sync_flag_2 ^= 1; + _cepe_flag ^= 1; + if (!_cepe_flag) expire_vga_timers(); - expire_vga_timers(); - _sync_flag_2 ^= 1; - _cepe_flag ^= 1; - if (!_cepe_flag) - expire_vga_timers(); - -/* - } else { - _sync_flag_2 ^= 1; - if (!_sync_flag_2) - expire_vga_timers(); - - } -*/ if (_lock_counter != 0 && !_sync_flag_2) { _lock_word &= ~2; -- cgit v1.2.3