aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/emma_control.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/emma_control.h')
-rw-r--r--engines/titanic/game/emma_control.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/titanic/game/emma_control.h b/engines/titanic/game/emma_control.h
index f61d2372d9..590c6f7fcf 100644
--- a/engines/titanic/game/emma_control.h
+++ b/engines/titanic/game/emma_control.h
@@ -28,7 +28,9 @@
namespace Titanic {
class CEmmaControl : public CBackground {
-public:
+private:
+ static int _v1;
+
CString _wavFile1, _wavFile2;
public:
CEmmaControl() : CBackground(), _wavFile1("b#39.wav"), _wavFile2("b#38.wav") {}