aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_control.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-23 22:31:22 -0400
committerPaul Gilbert2016-07-10 16:11:56 -0400
commit73258800cf10f94cee5a9745649f8c5dbb67109c (patch)
treeb932c290395892f367ebc63da6457c7adaa47acb /engines/titanic/pet_control/pet_control.h
parent730895a9ea4a5f1c2032cb552d9221ad22fb8e5f (diff)
downloadscummvm-rg350-73258800cf10f94cee5a9745649f8c5dbb67109c.tar.gz
scummvm-rg350-73258800cf10f94cee5a9745649f8c5dbb67109c.tar.bz2
scummvm-rg350-73258800cf10f94cee5a9745649f8c5dbb67109c.zip
TITANIC: Beginnings of CPetRooms
Diffstat (limited to 'engines/titanic/pet_control/pet_control.h')
-rw-r--r--engines/titanic/pet_control/pet_control.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/pet_control/pet_control.h b/engines/titanic/pet_control/pet_control.h
index e4f0710b76..baad471b8d 100644
--- a/engines/titanic/pet_control/pet_control.h
+++ b/engines/titanic/pet_control/pet_control.h
@@ -49,7 +49,7 @@ private:
CPetConversations _conversations;
CPetInventory _inventory;
CPetRemote _remote;
- CPetRoomsSection _rooms;
+ CPetRooms _rooms;
CPetRealLife _realLife;
CPetControlSub5 _sub5;
CPetControlSub7 _sub7;