aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/doorbot_elevator_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/doorbot_elevator_handler.h')
-rw-r--r--engines/titanic/game/doorbot_elevator_handler.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/titanic/game/doorbot_elevator_handler.h b/engines/titanic/game/doorbot_elevator_handler.h
index 041e2c5723..41d6068f1b 100644
--- a/engines/titanic/game/doorbot_elevator_handler.h
+++ b/engines/titanic/game/doorbot_elevator_handler.h
@@ -28,7 +28,8 @@
namespace Titanic {
class CDoorbotElevatorHandler : public CGameObject {
-public:
+private:
+ static int _v1;
int _value;
public:
/**