aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/bomb.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/bomb.h')
-rw-r--r--engines/titanic/game/bomb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/bomb.h b/engines/titanic/game/bomb.h
index f78c42cff0..c965502a54 100644
--- a/engines/titanic/game/bomb.h
+++ b/engines/titanic/game/bomb.h
@@ -40,7 +40,7 @@ class CBomb : public CBackground {
bool SetFrameMsg(CSetFrameMsg *msg);
DECLARE_MESSAGE_MAP;
private:
- int _fieldE0;
+ bool _active;
int _fieldE4;
int _fieldE8;
int _fieldEC;