aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_section.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-03-31 20:27:28 -0400
committerPaul Gilbert2016-03-31 20:27:28 -0400
commit24a2fc7e853d826f184bcd977e69a0d906f327a7 (patch)
treea04ae7ccb84024d4bf9b36b8fd8738a63cb12014 /engines/titanic/pet_control/pet_section.h
parentd94b1dc7bb68ee1641edcbbd31fd40ef7e5dc442 (diff)
downloadscummvm-rg350-24a2fc7e853d826f184bcd977e69a0d906f327a7.tar.gz
scummvm-rg350-24a2fc7e853d826f184bcd977e69a0d906f327a7.tar.bz2
scummvm-rg350-24a2fc7e853d826f184bcd977e69a0d906f327a7.zip
TITANIC: Implement CPetFrame setup and drawing code
Diffstat (limited to 'engines/titanic/pet_control/pet_section.h')
-rw-r--r--engines/titanic/pet_control/pet_section.h5
1 files changed, 4 insertions, 1 deletions
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