aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/sgt/sgt_state_room.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-08-12 13:11:25 -0400
committerPaul Gilbert2016-08-12 13:11:25 -0400
commit15c0f4b274146973f78c422e0237e904efc1f232 (patch)
tree4450e57722f434f32ef8b8f75cfd28c3357305db /engines/titanic/game/sgt/sgt_state_room.h
parenta19d39c79b75f29daeacf9257e29a49d0d11bbc0 (diff)
downloadscummvm-rg350-15c0f4b274146973f78c422e0237e904efc1f232.tar.gz
scummvm-rg350-15c0f4b274146973f78c422e0237e904efc1f232.tar.bz2
scummvm-rg350-15c0f4b274146973f78c422e0237e904efc1f232.zip
TITANIC: Implemented CArmchair class
Diffstat (limited to 'engines/titanic/game/sgt/sgt_state_room.h')
-rw-r--r--engines/titanic/game/sgt/sgt_state_room.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/game/sgt/sgt_state_room.h b/engines/titanic/game/sgt/sgt_state_room.h
index 375da71326..d9ffdb8e9e 100644
--- a/engines/titanic/game/sgt/sgt_state_room.h
+++ b/engines/titanic/game/sgt/sgt_state_room.h
@@ -48,9 +48,9 @@ struct CSGTStateRoomStatics {
class CSGTStateRoom : public CBackground {
DECLARE_MESSAGE_MAP;
bool EnterRoomMsg(CEnterRoomMsg *msg);
-private:
+protected:
static CSGTStateRoomStatics *_statics;
-private:
+protected:
int _fieldE0;
int _fieldE4;
int _fieldE8;