aboutsummaryrefslogtreecommitdiff
path: root/simon/simon.cpp
diff options
context:
space:
mode:
authorTravis Howell2002-11-29 11:42:00 +0000
committerTravis Howell2002-11-29 11:42:00 +0000
commit189a686916720056c680e6c5a9b8d314c2e71fc1 (patch)
tree001f27ae7b0040f957384274fced4573c3284fba /simon/simon.cpp
parent6d3decb5970bf98fa25b934738538a465d57a9b8 (diff)
downloadscummvm-rg350-189a686916720056c680e6c5a9b8d314c2e71fc1.tar.gz
scummvm-rg350-189a686916720056c680e6c5a9b8d314c2e71fc1.tar.bz2
scummvm-rg350-189a686916720056c680e6c5a9b8d314c2e71fc1.zip
phase two
svn-id: r5742
Diffstat (limited to 'simon/simon.cpp')
-rw-r--r--simon/simon.cpp15
1 files changed, 5 insertions, 10 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp
index 3ca3dc7455..c83fe70f89 100644
--- a/simon/simon.cpp
+++ b/simon/simon.cpp
@@ -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);