aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/gui_hof.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/gui_hof.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/gui_hof.cpp')
-rw-r--r--engines/kyra/gui_hof.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/gui_hof.cpp b/engines/kyra/gui_hof.cpp
index 5281919a0d..ca68413cb8 100644
--- a/engines/kyra/gui_hof.cpp
+++ b/engines/kyra/gui_hof.cpp
@@ -500,7 +500,7 @@ void KyraEngine_HoF::bookLoop() {
showBookPage();
_bookShown = true;
- while (_bookShown && !_quit) {
+ while (_bookShown && !_eventMan->shouldQuit()) {
checkInput(buttonList);
removeInputTop();