aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_control.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-05-28 23:30:43 -0400
committerPaul Gilbert2016-07-15 19:16:51 -0400
commit703bb288c17e207f083e75facc750f5c8c30a09e (patch)
tree5948855f96c2358a62cf73b3036f4823d784953b /engines/titanic/pet_control/pet_control.cpp
parent063fd5c26a10a665e1cf1acb78696807d18dea8c (diff)
downloadscummvm-rg350-703bb288c17e207f083e75facc750f5c8c30a09e.tar.gz
scummvm-rg350-703bb288c17e207f083e75facc750f5c8c30a09e.tar.bz2
scummvm-rg350-703bb288c17e207f083e75facc750f5c8c30a09e.zip
TITANIC: Finished Deskbot message handlers
Diffstat (limited to 'engines/titanic/pet_control/pet_control.cpp')
-rw-r--r--engines/titanic/pet_control/pet_control.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/titanic/pet_control/pet_control.cpp b/engines/titanic/pet_control/pet_control.cpp
index 1fd6549f9b..92ec3d6b03 100644
--- a/engines/titanic/pet_control/pet_control.cpp
+++ b/engines/titanic/pet_control/pet_control.cpp
@@ -516,4 +516,12 @@ CString CPetControl::getFullViewName() {
return gameManager ? gameManager->getFullViewName() : CString();
}
+void CPetControl::addRoom(int roomNum) {
+ _rooms.addRoom(roomNum);
+}
+
+int CPetControl::roomFn2(int val) {
+ return _rooms.fn2(val);
+}
+
} // End of namespace Titanic