aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/agos.h
diff options
context:
space:
mode:
authorChristopher Page2008-05-20 21:40:53 +0000
committerChristopher Page2008-05-20 21:40:53 +0000
commitca76ef4e1fa2fc9ebe0daaa2b3b6e61bed87ea14 (patch)
treed78808dec0a17a7316781926ac761d5055a51533 /engines/agos/agos.h
parent5e592d4e4aa7eb9929a9bbf1283a0382d890de84 (diff)
downloadscummvm-rg350-ca76ef4e1fa2fc9ebe0daaa2b3b6e61bed87ea14.tar.gz
scummvm-rg350-ca76ef4e1fa2fc9ebe0daaa2b3b6e61bed87ea14.tar.bz2
scummvm-rg350-ca76ef4e1fa2fc9ebe0daaa2b3b6e61bed87ea14.zip
AGOS Engine: Began implementation for a new quit event which will cleanly return to the launcher. This replaces the old shutdown() method within delay()
svn-id: r32203
Diffstat (limited to 'engines/agos/agos.h')
-rw-r--r--engines/agos/agos.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/agos/agos.h b/engines/agos/agos.h
index 50dbf7d6db..bd8ff9d63c 100644
--- a/engines/agos/agos.h
+++ b/engines/agos/agos.h
@@ -269,6 +269,7 @@ protected:
uint16 _marks;
+ bool _quit;
bool _scriptVar2;
bool _runScriptReturn1;
bool _runScriptCondition[40];