aboutsummaryrefslogtreecommitdiff
path: root/saga/saga.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2004-08-11 22:27:39 +0000
committerEugene Sandulenko2004-08-11 22:27:39 +0000
commit94b377ce739c0640fe3f6ef70c087f7637bb73d1 (patch)
tree028f254ebae5225b7c0d045f09e21e3ddeedc249 /saga/saga.cpp
parentee70457667b7480226b3af3bf3047e098a0344c5 (diff)
downloadscummvm-rg350-94b377ce739c0640fe3f6ef70c087f7637bb73d1.tar.gz
scummvm-rg350-94b377ce739c0640fe3f6ef70c087f7637bb73d1.tar.bz2
scummvm-rg350-94b377ce739c0640fe3f6ef70c087f7637bb73d1.zip
Handle fades in scene load routine.
Introduce immediate events. svn-id: r14558
Diffstat (limited to 'saga/saga.cpp')
-rw-r--r--saga/saga.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/saga.cpp b/saga/saga.cpp
index e6a9af6ea6..a8987af35c 100644
--- a/saga/saga.cpp
+++ b/saga/saga.cpp
@@ -233,7 +233,7 @@ void SagaEngine::go() {
}
// Per frame processing
_render->drawScene();
- _system->delay_msecs(0);
+ _system->delay_msecs(10);
}
}