aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/sound/background_sound_maker.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/sound/background_sound_maker.h')
-rw-r--r--engines/titanic/sound/background_sound_maker.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/titanic/sound/background_sound_maker.h b/engines/titanic/sound/background_sound_maker.h
index 5a234ae048..68c1d7d1a9 100644
--- a/engines/titanic/sound/background_sound_maker.h
+++ b/engines/titanic/sound/background_sound_maker.h
@@ -31,14 +31,10 @@ class CBackgroundSoundMaker : public CGameObject {
public:
int _value;
public:
+ CLASSDEF
CBackgroundSoundMaker() : CGameObject(), _value(0) {}
/**
- * Return the class name
- */
- virtual const char *getClassName() const { return "CBackgroundSoundMaker"; }
-
- /**
* Save the data for the class to file
*/
virtual void save(SimpleFile *file, int indent) const;