From b8fe71e7a12e60f0c19fa86da83f270dc09e14fd Mon Sep 17 00:00:00 2001 From: Christopher Page Date: Tue, 8 Jul 2008 06:00:39 +0000 Subject: Updated KYRA to work with the new GMM implementation svn-id: r32959 --- 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 2dba9b550f..6dda6c8bd7 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 (!_eventMan->shouldQuit()) { + while (!quit()) { int keys = checkInput(0); removeInputTop(); -- cgit v1.2.3