aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_control.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-05-28 22:19:20 -0400
committerPaul Gilbert2016-07-15 19:16:47 -0400
commit063fd5c26a10a665e1cf1acb78696807d18dea8c (patch)
treee0f3762f0628682b876bba351de745b8a82ff12d /engines/titanic/pet_control/pet_control.cpp
parent421812f27c59e53e68dfbaa777284c74a8fb7938 (diff)
downloadscummvm-rg350-063fd5c26a10a665e1cf1acb78696807d18dea8c.tar.gz
scummvm-rg350-063fd5c26a10a665e1cf1acb78696807d18dea8c.tar.bz2
scummvm-rg350-063fd5c26a10a665e1cf1acb78696807d18dea8c.zip
TITANIC: Reorganising methods to class they are in the original
Diffstat (limited to 'engines/titanic/pet_control/pet_control.cpp')
-rw-r--r--engines/titanic/pet_control/pet_control.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/pet_control/pet_control.cpp b/engines/titanic/pet_control/pet_control.cpp
index 8571b5ea65..1fd6549f9b 100644
--- a/engines/titanic/pet_control/pet_control.cpp
+++ b/engines/titanic/pet_control/pet_control.cpp
@@ -225,7 +225,7 @@ void CPetControl::fn3(CTreeItem *item) {
CRoomItem *CPetControl::getHiddenRoom() {
if (!_hiddenRoom)
- _hiddenRoom = CTreeItem::getHiddenRoom();
+ _hiddenRoom = CGameObject::getHiddenRoom();
return _hiddenRoom;
}