aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/fan.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/fan.h')
-rw-r--r--engines/titanic/game/fan.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/titanic/game/fan.h b/engines/titanic/game/fan.h
index 75bdea5b6c..6f234074f5 100644
--- a/engines/titanic/game/fan.h
+++ b/engines/titanic/game/fan.h
@@ -31,14 +31,10 @@ class CFan : public CGameObject {
public:
int _value1, _value2;
public:
+ CLASSDEF
CFan() : CGameObject(), _value1(0), _value2(0) {}
/**
- * Return the class name
- */
- virtual const char *getClassName() const { return "CFan"; }
-
- /**
* Save the data for the class to file
*/
virtual void save(SimpleFile *file, int indent) const;