aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/emma_control.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-03-01 23:40:59 -0500
committerPaul Gilbert2016-03-01 23:40:59 -0500
commitf7e057e4d74a7f38ac40024bba29ebc0071975c5 (patch)
treebf01ebc556d7e6df840da413785bbe8a8e5e44eb /engines/titanic/game/emma_control.h
parent9ce8e1130cc32c49e31a2160b2f4034f05430b4b (diff)
downloadscummvm-rg350-f7e057e4d74a7f38ac40024bba29ebc0071975c5.tar.gz
scummvm-rg350-f7e057e4d74a7f38ac40024bba29ebc0071975c5.tar.bz2
scummvm-rg350-f7e057e4d74a7f38ac40024bba29ebc0071975c5.zip
TITANIC: Added more miscellaneous classes
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") {}