aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/broken_pell_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/broken_pell_base.h')
-rw-r--r--engines/titanic/game/broken_pell_base.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/titanic/game/broken_pell_base.h b/engines/titanic/game/broken_pell_base.h
index 8e77501aa5..46e7a70581 100644
--- a/engines/titanic/game/broken_pell_base.h
+++ b/engines/titanic/game/broken_pell_base.h
@@ -34,14 +34,10 @@ private:
int _fieldE0;
public:
+ CLASSDEF
CBrokenPellBase() : CBackground(), _fieldE0(0) {}
/**
- * Return the class name
- */
- virtual const char *getClassName() const { return "CBrokenPellBase"; }
-
- /**
* Save the data for the class to file
*/
virtual void save(SimpleFile *file, int indent) const;