aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/script_mr.cpp
diff options
context:
space:
mode:
authorChristopher Page2008-07-08 05:02:45 +0000
committerChristopher Page2008-07-08 05:02:45 +0000
commitb97f39019cff74f7211152c78e4777ca0e31826e (patch)
treeb5af4c3ff334885229742d9d01269c4c2fa58630 /engines/kyra/script_mr.cpp
parent3beccaf11591f4eef4a53993d656f1438f614a9c (diff)
downloadscummvm-rg350-b97f39019cff74f7211152c78e4777ca0e31826e.tar.gz
scummvm-rg350-b97f39019cff74f7211152c78e4777ca0e31826e.tar.bz2
scummvm-rg350-b97f39019cff74f7211152c78e4777ca0e31826e.zip
KYRA works with the new GMM implementation
svn-id: r32957
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 6f093ee83c..2dba9b550f 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 (!_quit) {
+ while (!_eventMan->shouldQuit()) {
int keys = checkInput(0);
removeInputTop();