phase two
svn-id: r5742
This commit is contained in:
parent
6d3decb597
commit
189a686916
5 changed files with 37 additions and 44 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue