From 24a2fc7e853d826f184bcd977e69a0d906f327a7 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 31 Mar 2016 20:27:28 -0400 Subject: TITANIC: Implement CPetFrame setup and drawing code --- engines/titanic/pet_control/pet_section.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'engines/titanic/pet_control/pet_section.h') diff --git a/engines/titanic/pet_control/pet_section.h b/engines/titanic/pet_control/pet_section.h index 77535662a6..2612d64a19 100644 --- a/engines/titanic/pet_control/pet_section.h +++ b/engines/titanic/pet_control/pet_section.h @@ -85,7 +85,10 @@ public: /** * Returns true if the object is in a valid state */ - virtual bool isValid(CPetControl *petControl) { return false; } + virtual bool isValid(CPetControl *petControl) { + // TODO: Switch back to false after implementing all sections + return true; + } /** * Load the data for the class from file -- cgit v1.2.3