Opps, that delay change should not have been commited

svn-id: r7708
This commit is contained in:
Travis Howell 2003-05-20 04:09:14 +00:00
parent dad6d27b83
commit 16c2fe1436

View File

@ -2528,7 +2528,7 @@ void SimonState::o_wait_for_vga(uint a) {
processSpecialKeys();
}
delay(1);
delay(10);
if (_game & GF_SIMON2) {
if (_timer_1 >= 1000) {