aboutsummaryrefslogtreecommitdiff
path: root/saga/sfuncs.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2005-09-28 15:49:20 +0000
committerEugene Sandulenko2005-09-28 15:49:20 +0000
commitfde99a029a13f1c97bb4d7985c94964f55be034a (patch)
treef4bb44cc89145f95d8ae8483809dede12638af18 /saga/sfuncs.cpp
parent05ccf6389804a3c45fc0049955adb5dd60c09d48 (diff)
downloadscummvm-rg350-fde99a029a13f1c97bb4d7985c94964f55be034a.tar.gz
scummvm-rg350-fde99a029a13f1c97bb4d7985c94964f55be034a.tar.bz2
scummvm-rg350-fde99a029a13f1c97bb4d7985c94964f55be034a.zip
Cleaner code for sfWaitFramesEsc()
svn-id: r18895
Diffstat (limited to 'saga/sfuncs.cpp')
-rw-r--r--saga/sfuncs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/sfuncs.cpp b/saga/sfuncs.cpp
index 7ca39dabb1..d3ec186d8c 100644
--- a/saga/sfuncs.cpp
+++ b/saga/sfuncs.cpp
@@ -1982,7 +1982,7 @@ void Script::sfDebugShowData(SCRIPTFUNC_PARAMS) {
}
void Script::sfWaitFramesEsc(SCRIPTFUNC_PARAMS) {
- thread->_returnValue = _framesEsc;
+ thread->_returnValue = _vm->_framesEsc;
}
void Script::sf103(SCRIPTFUNC_PARAMS) {