aboutsummaryrefslogtreecommitdiff
path: root/saga/interface.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/interface.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/interface.cpp')
-rw-r--r--saga/interface.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/saga/interface.cpp b/saga/interface.cpp
index d26456c12b..338f95e0ef 100644
--- a/saga/interface.cpp
+++ b/saga/interface.cpp
@@ -329,6 +329,9 @@ bool Interface::processAscii(uint16 ascii, bool synthetic) {
processStatusTextInput(ascii);
return true;
}
+
+ _vm->_scene->cutawaySkip();
+
switch (_panelMode) {
case kPanelNull:
if (ascii == 27) { // Esc