aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/start_action.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/start_action.h')
-rw-r--r--engines/titanic/game/start_action.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/titanic/game/start_action.h b/engines/titanic/game/start_action.h
index 3725dbc4a0..fc7a2ea514 100644
--- a/engines/titanic/game/start_action.h
+++ b/engines/titanic/game/start_action.h
@@ -32,14 +32,10 @@ protected:
CString _string3;
CString _string4;
public:
+ CLASSDEF
CStartAction();
/**
- * Return the class name
- */
- virtual const char *getClassName() const { return "CStartAction"; }
-
- /**
* Save the data for the class to file
*/
virtual void save(SimpleFile *file, int indent) const;