aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/bar_bell.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/bar_bell.h')
-rw-r--r--engines/titanic/game/bar_bell.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/titanic/game/bar_bell.h b/engines/titanic/game/bar_bell.h
index 87c244d9bf..279379feaf 100644
--- a/engines/titanic/game/bar_bell.h
+++ b/engines/titanic/game/bar_bell.h
@@ -35,14 +35,10 @@ public:
int _fieldC8;
int _fieldCC;
public:
+ CLASSDEF
CBarBell();
/**
- * Return the class name
- */
- virtual const char *getClassName() const { return "CBarBell"; }
-
- /**
* Save the data for the class to file
*/
virtual void save(SimpleFile *file, int indent) const;