aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/head_smash_lever.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/head_smash_lever.h')
-rw-r--r--engines/titanic/game/head_smash_lever.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/titanic/game/head_smash_lever.h b/engines/titanic/game/head_smash_lever.h
index 7268cb8a4a..8a67f56c67 100644
--- a/engines/titanic/game/head_smash_lever.h
+++ b/engines/titanic/game/head_smash_lever.h
@@ -33,14 +33,10 @@ public:
int _fieldE4;
int _fieldE8;
public:
+ CLASSDEF
CHeadSmashLever();
/**
- * Return the class name
- */
- virtual const char *getClassName() const { return "CHeadSmashLever"; }
-
- /**
* Save the data for the class to file
*/
virtual void save(SimpleFile *file, int indent) const;