From b97f39019cff74f7211152c78e4777ca0e31826e Mon Sep 17 00:00:00 2001 From: Christopher Page Date: Tue, 8 Jul 2008 05:02:45 +0000 Subject: KYRA works with the new GMM implementation svn-id: r32957 --- engines/kyra/script_mr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/kyra/script_mr.cpp') 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(); -- cgit v1.2.3