aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/kyra_v1.h
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/kyra_v1.h
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/kyra_v1.h')
-rw-r--r--engines/kyra/kyra_v1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/kyra_v1.h b/engines/kyra/kyra_v1.h
index be947080b2..8021abd1ef 100644
--- a/engines/kyra/kyra_v1.h
+++ b/engines/kyra/kyra_v1.h
@@ -112,7 +112,7 @@ public:
virtual void pauseEngineIntern(bool pause);
- bool quit() const { return _quit; }
+ bool quit() const { return _eventMan->shouldQuit(); }
uint8 game() const { return _flags.gameID; }
const GameFlags &gameFlags() const { return _flags; }