aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/nav_helmet.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/nav_helmet.h')
-rw-r--r--engines/titanic/game/nav_helmet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/game/nav_helmet.h b/engines/titanic/game/nav_helmet.h
index c408d05c97..6e30c4b9c1 100644
--- a/engines/titanic/game/nav_helmet.h
+++ b/engines/titanic/game/nav_helmet.h
@@ -38,10 +38,10 @@ class CNavHelmet : public CGameObject {
bool PETStarFieldLockMsg(CPETStarFieldLockMsg *msg);
bool PETSetStarDestinationMsg(CPETSetStarDestinationMsg *msg);
private:
- bool _flag;
+ bool _helmetOn;
public:
CLASSDEF;
- CNavHelmet() : CGameObject(), _flag(false) {}
+ CNavHelmet() : CGameObject(), _helmetOn(false) {}
/**
* Save the data for the class to file