aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/moves/exit_pellerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/moves/exit_pellerator.h')
-rw-r--r--engines/titanic/moves/exit_pellerator.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/titanic/moves/exit_pellerator.h b/engines/titanic/moves/exit_pellerator.h
index 7df5657691..3ae70dbed8 100644
--- a/engines/titanic/moves/exit_pellerator.h
+++ b/engines/titanic/moves/exit_pellerator.h
@@ -37,15 +37,11 @@ class CExitPellerator : public CGameObject {
private:
static CExitPelleratorStatics *_statics;
public:
+ CLASSDEF
static void init();
static void deinit();
/**
- * Return the class name
- */
- virtual const char *getClassName() const { return "CExitPellerator"; }
-
- /**
* Save the data for the class to file
*/
virtual void save(SimpleFile *file, int indent) const;