Decrease delay to make it less likely that the Simon 1 (and other?) save/load

dialog misses keystrokes.

svn-id: r22401
This commit is contained in:
Torbjörn Andersson 2006-05-10 09:43:06 +00:00
parent 1d324dd2d2
commit fa82f0b066

View File

@ -384,7 +384,7 @@ start_over_2:;
}
goto start_over;
}
delay(100);
delay(10);
} while (_lastHitArea3 == 0);
ha = _lastHitArea;