aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/broken_pell_base.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-08-16 21:04:19 -0400
committerPaul Gilbert2016-08-16 21:04:19 -0400
commit4c7985c3c9cb1e8023c6d1be5b5ed09fbfba2011 (patch)
tree92c4b2f298aaa4a4783de1395e13ae5890cc0477 /engines/titanic/game/broken_pell_base.h
parent80fd795b80d9e9f5f6ca444b844d867f2172d74e (diff)
downloadscummvm-rg350-4c7985c3c9cb1e8023c6d1be5b5ed09fbfba2011.tar.gz
scummvm-rg350-4c7985c3c9cb1e8023c6d1be5b5ed09fbfba2011.tar.bz2
scummvm-rg350-4c7985c3c9cb1e8023c6d1be5b5ed09fbfba2011.zip
TITANIC: Implemented various pellerator classes
Diffstat (limited to 'engines/titanic/game/broken_pell_base.h')
-rw-r--r--engines/titanic/game/broken_pell_base.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/game/broken_pell_base.h b/engines/titanic/game/broken_pell_base.h
index f63cd0112b..4ca7eddd20 100644
--- a/engines/titanic/game/broken_pell_base.h
+++ b/engines/titanic/game/broken_pell_base.h
@@ -29,8 +29,8 @@ namespace Titanic {
class CBrokenPellBase : public CBackground {
DECLARE_MESSAGE_MAP;
-private:
- static int _v1;
+protected:
+ static bool _v1;
static int _v2;
int _fieldE0;