aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_control.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-03-31 20:53:41 -0400
committerPaul Gilbert2016-03-31 20:53:41 -0400
commit3149cd1a341f6001922e6bddce1a376db1fea49c (patch)
treece471a3860ba5af081394889b449ba7b26ca2ecf /engines/titanic/pet_control/pet_control.cpp
parent24a2fc7e853d826f184bcd977e69a0d906f327a7 (diff)
downloadscummvm-rg350-3149cd1a341f6001922e6bddce1a376db1fea49c.tar.gz
scummvm-rg350-3149cd1a341f6001922e6bddce1a376db1fea49c.tar.bz2
scummvm-rg350-3149cd1a341f6001922e6bddce1a376db1fea49c.zip
TITANIC: Implement CTreeItem::getHiddenRoom
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 4fe0c1d255..8376f4ac2c 100644
--- a/engines/titanic/pet_control/pet_control.cpp
+++ b/engines/titanic/pet_control/pet_control.cpp
@@ -284,7 +284,7 @@ void CPetControl::fn3(CTreeItem *item) {
CRoomItem *CPetControl::getHiddenRoom() {
if (!_hiddenRoom)
- _hiddenRoom = getHiddenRoom();
+ _hiddenRoom = CTreeItem::getHiddenRoom();
return _hiddenRoom;
}