aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/announce.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/announce.h')
-rw-r--r--engines/titanic/game/announce.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/announce.h b/engines/titanic/game/announce.h
index 9bf060daae..caacb8ffa1 100644
--- a/engines/titanic/game/announce.h
+++ b/engines/titanic/game/announce.h
@@ -35,7 +35,7 @@ class CAnnounce : public CGameObject {
private:
int _nameIndex;
int _soundHandle;
- bool _leaveFlag;
+ bool _notActivatedFlag;
bool _enabled;
public:
CLASSDEF;