aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/ringworld2/ringworld2_logic.h
diff options
context:
space:
mode:
authorPaul Gilbert2013-10-10 22:49:14 -0400
committerPaul Gilbert2013-10-10 22:49:14 -0400
commit22af86340e8462ab8cca73f502684852a9166cfb (patch)
treeccb770d4f1af948b4d6c6359f202d4722f134dbf /engines/tsage/ringworld2/ringworld2_logic.h
parente7df8b60e15b4106a54eaff138316b6568d56517 (diff)
downloadscummvm-rg350-22af86340e8462ab8cca73f502684852a9166cfb.tar.gz
scummvm-rg350-22af86340e8462ab8cca73f502684852a9166cfb.tar.bz2
scummvm-rg350-22af86340e8462ab8cca73f502684852a9166cfb.zip
TSAGE: Cleaner implementation of saving disable code
Diffstat (limited to 'engines/tsage/ringworld2/ringworld2_logic.h')
-rw-r--r--engines/tsage/ringworld2/ringworld2_logic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/tsage/ringworld2/ringworld2_logic.h b/engines/tsage/ringworld2/ringworld2_logic.h
index aeac2fdd6a..5c8af8d884 100644
--- a/engines/tsage/ringworld2/ringworld2_logic.h
+++ b/engines/tsage/ringworld2/ringworld2_logic.h
@@ -85,6 +85,7 @@ public:
bool _savedPlayerEnabled;
bool _savedUiEnabled;
bool _savedCanWalk;
+ bool _preventSaving;
Visage _cursorVisage;
SynchronizedList<EventHandler *> _sceneAreas;