aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/emma_control.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/emma_control.h')
-rw-r--r--engines/titanic/game/emma_control.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/titanic/game/emma_control.h b/engines/titanic/game/emma_control.h
index 590c6f7fcf..ea30c52279 100644
--- a/engines/titanic/game/emma_control.h
+++ b/engines/titanic/game/emma_control.h
@@ -33,14 +33,10 @@ private:
CString _wavFile1, _wavFile2;
public:
+ CLASSDEF
CEmmaControl() : CBackground(), _wavFile1("b#39.wav"), _wavFile2("b#38.wav") {}
/**
- * Return the class name
- */
- virtual const char *getClassName() const { return "CEmmaControl"; }
-
- /**
* Save the data for the class to file
*/
virtual void save(SimpleFile *file, int indent) const;