aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/bottom_of_well_monitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/bottom_of_well_monitor.h')
-rw-r--r--engines/titanic/game/bottom_of_well_monitor.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/titanic/game/bottom_of_well_monitor.h b/engines/titanic/game/bottom_of_well_monitor.h
index f1a9f5d710..e063579056 100644
--- a/engines/titanic/game/bottom_of_well_monitor.h
+++ b/engines/titanic/game/bottom_of_well_monitor.h
@@ -32,14 +32,10 @@ public:
static int _v1, _v2;
int _value;
public:
+ CLASSDEF
CBottomOfWellMonitor() : _value(1) {}
/**
- * Return the class name
- */
- virtual const char *getClassName() const { return "CBottomOfWellMonitor"; }
-
- /**
* Save the data for the class to file
*/
virtual void save(SimpleFile *file, int indent) const;