aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/broken_pell_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/broken_pell_base.h')
-rw-r--r--engines/titanic/game/broken_pell_base.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/titanic/game/broken_pell_base.h b/engines/titanic/game/broken_pell_base.h
index fa53af3c62..8e77501aa5 100644
--- a/engines/titanic/game/broken_pell_base.h
+++ b/engines/titanic/game/broken_pell_base.h
@@ -28,7 +28,10 @@
namespace Titanic {
class CBrokenPellBase : public CBackground {
-public:
+private:
+ static int _v1;
+ static int _v2;
+
int _fieldE0;
public:
CBrokenPellBase() : CBackground(), _fieldE0(0) {}