aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/light.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/light.h')
-rw-r--r--engines/titanic/game/light.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/titanic/game/light.h b/engines/titanic/game/light.h
index 482d1be65b..ea6073d038 100644
--- a/engines/titanic/game/light.h
+++ b/engines/titanic/game/light.h
@@ -38,14 +38,10 @@ private:
int _fieldF8;
int _fieldFC;
public:
+ CLASSDEF
CLight();
/**
- * Return the class name
- */
- virtual const char *getClassName() const { return "CLight"; }
-
- /**
* Save the data for the class to file
*/
virtual void save(SimpleFile *file, int indent) const;