aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/sgt/sgt_state_control.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/sgt/sgt_state_control.h')
-rw-r--r--engines/titanic/game/sgt/sgt_state_control.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/titanic/game/sgt/sgt_state_control.h b/engines/titanic/game/sgt/sgt_state_control.h
index b22095cb14..05d8fde7d1 100644
--- a/engines/titanic/game/sgt/sgt_state_control.h
+++ b/engines/titanic/game/sgt/sgt_state_control.h
@@ -31,14 +31,10 @@ class CSGTStateControl : public CBackground {
private:
int _fieldE0;
public:
+ CLASSDEF
CSGTStateControl() : CBackground(), _fieldE0(1) {}
/**
- * Return the class name
- */
- virtual const char *getClassName() const { return "CSGTStateControl"; }
-
- /**
* Save the data for the class to file
*/
virtual void save(SimpleFile *file, int indent) const;