From bad72e2ae491cb99843f3af971725231e3defb2e Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 12 Mar 2016 19:23:00 -0500 Subject: TITANIC: Implement various post-load methods --- engines/titanic/game/room_item.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/titanic/game') diff --git a/engines/titanic/game/room_item.h b/engines/titanic/game/room_item.h index 7441ed01bc..2235f6a5d2 100644 --- a/engines/titanic/game/room_item.h +++ b/engines/titanic/game/room_item.h @@ -32,7 +32,7 @@ namespace Titanic { class CRoomItem : public CNamedItem { -private: +public: Common::Rect _roomRect; CMovieClipList _clipList; int _roomNumber; -- cgit v1.2.3