aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/script_mr.cpp
diff options
context:
space:
mode:
authorChristopher Page2008-06-25 00:55:18 +0000
committerChristopher Page2008-06-25 00:55:18 +0000
commit6e3474896cec0e42c2f5ac7ccb5783981d746fcc (patch)
tree60d70df6441d3d1084853fbe18e7bccc8bad29db /engines/kyra/script_mr.cpp
parentc14804e22f5171e6aa7b2cf5d383a4e28180aa7a (diff)
downloadscummvm-rg350-6e3474896cec0e42c2f5ac7ccb5783981d746fcc.tar.gz
scummvm-rg350-6e3474896cec0e42c2f5ac7ccb5783981d746fcc.tar.bz2
scummvm-rg350-6e3474896cec0e42c2f5ac7ccb5783981d746fcc.zip
Kyra and Lure are now using the new _quit flag
svn-id: r32772
Diffstat (limited to 'engines/kyra/script_mr.cpp')
-rw-r--r--engines/kyra/script_mr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/script_mr.cpp b/engines/kyra/script_mr.cpp
index 9a059ead2a..6f093ee83c 100644
--- a/engines/kyra/script_mr.cpp
+++ b/engines/kyra/script_mr.cpp
@@ -786,7 +786,7 @@ int KyraEngine_MR::o3_daggerWarning(EMCState *script) {
_screen->_curPage = curPageBackUp;
_screen->showMouse();
- while (!_quitFlag) {
+ while (!_quit) {
int keys = checkInput(0);
removeInputTop();