aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_control_sub12.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/pet_control/pet_control_sub12.cpp')
-rw-r--r--engines/titanic/pet_control/pet_control_sub12.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/titanic/pet_control/pet_control_sub12.cpp b/engines/titanic/pet_control/pet_control_sub12.cpp
index 44335f3b5a..79a53ecb8d 100644
--- a/engines/titanic/pet_control/pet_control_sub12.cpp
+++ b/engines/titanic/pet_control/pet_control_sub12.cpp
@@ -106,6 +106,12 @@ void CPetControlSub12::load(SimpleFile *file, int param) {
}
void CPetControlSub12::draw(CScreenManager *screenManager) {
+ Rect tempRect = _bounds;
+
+ if (_field70) {
+
+ }
+
warning("TODO: CPetControlSub12::draw");
}