aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/carry/speech_centre.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/carry/speech_centre.h')
-rw-r--r--engines/titanic/carry/speech_centre.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/titanic/carry/speech_centre.h b/engines/titanic/carry/speech_centre.h
index 4b5ced53a0..8f6fdfdcd0 100644
--- a/engines/titanic/carry/speech_centre.h
+++ b/engines/titanic/carry/speech_centre.h
@@ -33,15 +33,11 @@ private:
CString _string1;
int _field14C;
public:
+ CLASSDEF
CSpeechCentre() : CBrain(), _string1("Summer"),
_field13C(1), _field14C(0) {}
/**
- * Return the class name
- */
- virtual const char *getClassName() const { return "CSpeechCentre"; }
-
- /**
* Save the data for the class to file
*/
virtual void save(SimpleFile *file, int indent) const;