phase two

svn-id: r5742
This commit is contained in:
Travis Howell 2002-11-29 11:42:00 +00:00
parent 6d3decb597
commit 189a686916
5 changed files with 37 additions and 44 deletions

View file

@ -2513,16 +2513,11 @@ void SimonState::o_wait_for_vga(uint a)
delay(10);
if (_game & GAME_SIMON2)
if (_timer_1 > 1000) {
warning("wait timed out");
break;
} else {
if (_timer_1 > 500) {
warning("wait timed out");
break;
}
}
// if (_timer_1 >= 500) {
// warning("wait timed out");
// break;
// }
}
// warning("waiting on %d done", a);
_system->show_mouse(true);