aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/long_stick_dispenser.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/long_stick_dispenser.h')
-rw-r--r--engines/titanic/game/long_stick_dispenser.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/titanic/game/long_stick_dispenser.h b/engines/titanic/game/long_stick_dispenser.h
index 4912ea384b..30e3541087 100644
--- a/engines/titanic/game/long_stick_dispenser.h
+++ b/engines/titanic/game/long_stick_dispenser.h
@@ -33,15 +33,11 @@ public:
int _fieldC0;
int _fieldC4;
public:
+ CLASSDEF
CLongStickDispenser() : CGameObject(), _fieldBC(0),
_fieldC0(0), _fieldC4(1) {}
/**
- * Return the class name
- */
- virtual const char *getClassName() const { return "CLongStickDispenser"; }
-
- /**
* Save the data for the class to file
*/
virtual void save(SimpleFile *file, int indent) const;