aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/pet/pet.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/pet/pet.h')
-rw-r--r--engines/titanic/game/pet/pet.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/titanic/game/pet/pet.h b/engines/titanic/game/pet/pet.h
index 096c1de9bf..58e3577235 100644
--- a/engines/titanic/game/pet/pet.h
+++ b/engines/titanic/game/pet/pet.h
@@ -37,14 +37,10 @@ public:
int _fieldD8;
int _fieldDC;
public:
+ CLASSDEF
CPET();
/**
- * Return the class name
- */
- virtual const char *getClassName() const { return "CPET"; }
-
- /**
* Save the data for the class to file
*/
virtual void save(SimpleFile *file, int indent) const;