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