aboutsummaryrefslogtreecommitdiff
path: root/saga/saga.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2005-09-28 15:41:21 +0000
committerEugene Sandulenko2005-09-28 15:41:21 +0000
commit05ccf6389804a3c45fc0049955adb5dd60c09d48 (patch)
treede4b11787b9dae31e222248c90c417726b776b9c /saga/saga.cpp
parentafe28a5b07ca41daaa84370b86588a573e4d5755 (diff)
downloadscummvm-rg350-05ccf6389804a3c45fc0049955adb5dd60c09d48.tar.gz
scummvm-rg350-05ccf6389804a3c45fc0049955adb5dd60c09d48.tar.bz2
scummvm-rg350-05ccf6389804a3c45fc0049955adb5dd60c09d48.zip
Implement sfWaitFramesEsc()
svn-id: r18894
Diffstat (limited to 'saga/saga.cpp')
-rw-r--r--saga/saga.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/saga/saga.cpp b/saga/saga.cpp
index e8500e282b..3f51ae601a 100644
--- a/saga/saga.cpp
+++ b/saga/saga.cpp
@@ -294,6 +294,7 @@ int SagaEngine::go() {
load(fileName);
_interface->setMode(kPanelMain);
} else {
+ _script->_framesEsc = 0;
_scene->startScene();
}