aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/wheel_hotspot.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/wheel_hotspot.h')
-rw-r--r--engines/titanic/game/wheel_hotspot.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/titanic/game/wheel_hotspot.h b/engines/titanic/game/wheel_hotspot.h
index 6887407a1e..7164b88b71 100644
--- a/engines/titanic/game/wheel_hotspot.h
+++ b/engines/titanic/game/wheel_hotspot.h
@@ -32,14 +32,10 @@ public:
int _fieldE0;
int _fieldE4;
public:
+ CLASSDEF
CWheelHotSpot() : CBackground(), _fieldE0(0), _fieldE4(0) {}
/**
- * Return the class name
- */
- virtual const char *getClassName() const { return "CWheelHotSpot"; }
-
- /**
* Save the data for the class to file
*/
virtual void save(SimpleFile *file, int indent) const;