aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/pet
diff options
context:
space:
mode:
authorPaul Gilbert2017-06-21 19:48:03 -0400
committerPaul Gilbert2017-06-21 19:48:03 -0400
commit69c74685c3fedc24e0e4428b40782a0629fc2d5a (patch)
treed5943998a387d6be99045b5853e0e7e8c9981962 /engines/titanic/game/pet
parent44f0a1906286a8864422516fc7f64457062465ca (diff)
downloadscummvm-rg350-69c74685c3fedc24e0e4428b40782a0629fc2d5a.tar.gz
scummvm-rg350-69c74685c3fedc24e0e4428b40782a0629fc2d5a.tar.bz2
scummvm-rg350-69c74685c3fedc24e0e4428b40782a0629fc2d5a.zip
TITANIC: Renamings for room flags sublevel methods
Diffstat (limited to 'engines/titanic/game/pet')
-rw-r--r--engines/titanic/game/pet/pet_position.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/pet/pet_position.cpp b/engines/titanic/game/pet/pet_position.cpp
index 1dbedc4404..8ed16aef3c 100644
--- a/engines/titanic/game/pet/pet_position.cpp
+++ b/engines/titanic/game/pet/pet_position.cpp
@@ -153,7 +153,7 @@ bool CPETPosition::EnterViewMsg(CEnterViewMsg *msg) {
roomNum = 6;
if (pet) {
- pet->setRooms1CC(1);
+ pet->setRoomsSublevel(1);
pet->setRoomsRoomNum(roomNum);
pet->resetRoomsHighlight();