aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/gondolier/gondolier_base.h
diff options
context:
space:
mode:
authorPaul Gilbert2017-02-18 19:36:08 -0500
committerPaul Gilbert2017-02-18 19:36:08 -0500
commitb1d2d3cf9717e65c0726f8b34570038a02cca0de (patch)
treef0271c345a87f151a221cf857422b32579ecda65 /engines/titanic/game/gondolier/gondolier_base.h
parent80ba4b5592c2e88a7f9f85067cff8c462677fd49 (diff)
downloadscummvm-rg350-b1d2d3cf9717e65c0726f8b34570038a02cca0de.tar.gz
scummvm-rg350-b1d2d3cf9717e65c0726f8b34570038a02cca0de.tar.bz2
scummvm-rg350-b1d2d3cf9717e65c0726f8b34570038a02cca0de.zip
TITANIC: Further cleanup of the Gondolier sliders
Diffstat (limited to 'engines/titanic/game/gondolier/gondolier_base.h')
-rw-r--r--engines/titanic/game/gondolier/gondolier_base.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/titanic/game/gondolier/gondolier_base.h b/engines/titanic/game/gondolier/gondolier_base.h
index 5d143c92c1..3b5df9f371 100644
--- a/engines/titanic/game/gondolier/gondolier_base.h
+++ b/engines/titanic/game/gondolier/gondolier_base.h
@@ -31,16 +31,16 @@ class CGondolierBase : public CGameObject {
DECLARE_MESSAGE_MAP;
bool PuzzleSolvedMsg(CPuzzleSolvedMsg *msg);
protected:
- static int _v1;
+ static bool _chestOpen;
static bool _puzzleSolved;
static int _volume1;
static int _v4;
static int _volume2;
static int _v7;
- static bool _rightSliderHooked;
static bool _leftSliderHooked;
- static bool _priorRightSliderHooked;
+ static bool _rightSliderHooked;
static bool _priorLeftSliderHooked;
+ static bool _priorRightSliderHooked;
public:
CLASSDEF;