aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/gui_hof.cpp
diff options
context:
space:
mode:
authorChristopher Page2008-07-08 06:00:39 +0000
committerChristopher Page2008-07-08 06:00:39 +0000
commitb8fe71e7a12e60f0c19fa86da83f270dc09e14fd (patch)
treed94aa645b95cd237f53713c5ead37ab196af38de /engines/kyra/gui_hof.cpp
parent94beb3037e55803dd45e5720af8320f0ebccb9ac (diff)
downloadscummvm-rg350-b8fe71e7a12e60f0c19fa86da83f270dc09e14fd.tar.gz
scummvm-rg350-b8fe71e7a12e60f0c19fa86da83f270dc09e14fd.tar.bz2
scummvm-rg350-b8fe71e7a12e60f0c19fa86da83f270dc09e14fd.zip
Updated KYRA to work with the new GMM implementation
svn-id: r32959
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 ca68413cb8..032c28d44d 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 && !_eventMan->shouldQuit()) {
+ while (_bookShown && !quit()) {
checkInput(buttonList);
removeInputTop();