aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_control.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-05-02 19:23:29 -0400
committerPaul Gilbert2016-07-10 16:38:08 -0400
commit9a6ad7d1e012a5cb1a4ca955b0f738f12c0a7874 (patch)
treeb42b03e7a68a6ce814ee3f5a46a56eb26b8b32e1 /engines/titanic/pet_control/pet_control.cpp
parent947d9e344c2e51c7ad8e4fe1f78fb131cafc921a (diff)
downloadscummvm-rg350-9a6ad7d1e012a5cb1a4ca955b0f738f12c0a7874.tar.gz
scummvm-rg350-9a6ad7d1e012a5cb1a4ca955b0f738f12c0a7874.tar.bz2
scummvm-rg350-9a6ad7d1e012a5cb1a4ca955b0f738f12c0a7874.zip
TITANIC: Implemented remote entertainment device glyph
Diffstat (limited to 'engines/titanic/pet_control/pet_control.cpp')
-rw-r--r--engines/titanic/pet_control/pet_control.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/titanic/pet_control/pet_control.cpp b/engines/titanic/pet_control/pet_control.cpp
index c115cb5979..8571b5ea65 100644
--- a/engines/titanic/pet_control/pet_control.cpp
+++ b/engines/titanic/pet_control/pet_control.cpp
@@ -511,4 +511,9 @@ void CPetControl::setTimer44(int id, int val) {
getGameManager()->setTimer44(id, val);
}
+CString CPetControl::getFullViewName() {
+ CGameManager *gameManager = getGameManager();
+ return gameManager ? gameManager->getFullViewName() : CString();
+}
+
} // End of namespace Titanic