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