aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/fullpipe.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2013-09-02 09:05:18 +0300
committerEugene Sandulenko2013-09-06 14:51:23 +0300
commit7c3640b2b7017389e23a81f2f06a3ea9161b8ea2 (patch)
tree1396624756b571b83714ce9a9cd0bd6028c250ca /engines/fullpipe/fullpipe.cpp
parentb457771b7d6645791a4ae1f44be8e42b9f3cf7eb (diff)
downloadscummvm-rg350-7c3640b2b7017389e23a81f2f06a3ea9161b8ea2.tar.gz
scummvm-rg350-7c3640b2b7017389e23a81f2f06a3ea9161b8ea2.tar.bz2
scummvm-rg350-7c3640b2b7017389e23a81f2f06a3ea9161b8ea2.zip
FULLPIPE: Some WIP debugging
Diffstat (limited to 'engines/fullpipe/fullpipe.cpp')
-rw-r--r--engines/fullpipe/fullpipe.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/fullpipe/fullpipe.cpp b/engines/fullpipe/fullpipe.cpp
index 6bd8c82eb6..46457685fe 100644
--- a/engines/fullpipe/fullpipe.cpp
+++ b/engines/fullpipe/fullpipe.cpp
@@ -204,6 +204,8 @@ Common::Error FullpipeEngine::run() {
_system->delayMillis(10);
_system->updateScreen();
+ _system->delayMillis(300); // HACK
+
}
freeGameLoader();