aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_control.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-01 22:17:37 -0400
committerPaul Gilbert2016-04-01 22:17:37 -0400
commit1b8ffff10e164d1fe7c03ef9a35aeb8f7ca3c5e5 (patch)
treefb8918dffa66b3c390a0faf055188f6098c6fb7c /engines/titanic/pet_control/pet_control.cpp
parent7ef899f18d17bebf0bec01a8455cd6e23b94268c (diff)
downloadscummvm-rg350-1b8ffff10e164d1fe7c03ef9a35aeb8f7ca3c5e5.tar.gz
scummvm-rg350-1b8ffff10e164d1fe7c03ef9a35aeb8f7ca3c5e5.tar.bz2
scummvm-rg350-1b8ffff10e164d1fe7c03ef9a35aeb8f7ca3c5e5.zip
TITANIC: Implement overall PET inventory draw method
Diffstat (limited to 'engines/titanic/pet_control/pet_control.cpp')
-rw-r--r--engines/titanic/pet_control/pet_control.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/titanic/pet_control/pet_control.cpp b/engines/titanic/pet_control/pet_control.cpp
index 1ea9977e9a..fbb9efc0f1 100644
--- a/engines/titanic/pet_control/pet_control.cpp
+++ b/engines/titanic/pet_control/pet_control.cpp
@@ -334,4 +334,8 @@ bool CPetControl::handleMessage(CTimerMsg &msg) {
return true;
}
+void CPetControl::drawIndent(CScreenManager *screenManager, int indent) {
+ _frame.drawIndent(screenManager, indent);
+}
+
} // End of namespace Titanic