aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/chicken_dispensor.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/chicken_dispensor.h')
-rw-r--r--engines/titanic/game/chicken_dispensor.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/titanic/game/chicken_dispensor.h b/engines/titanic/game/chicken_dispensor.h
index 10fcba1d17..97e5f864f6 100644
--- a/engines/titanic/game/chicken_dispensor.h
+++ b/engines/titanic/game/chicken_dispensor.h
@@ -33,14 +33,10 @@ public:
int _fieldE4;
int _fieldE8;
public:
+ CLASSDEF
CChickenDispensor();
/**
- * Return the class name
- */
- virtual const char *getClassName() const { return "CNoNutBowl"; }
-
- /**
* Save the data for the class to file
*/
virtual void save(SimpleFile *file, int indent) const;