aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/chicken_cooler.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/chicken_cooler.h')
-rw-r--r--engines/titanic/game/chicken_cooler.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/titanic/game/chicken_cooler.h b/engines/titanic/game/chicken_cooler.h
index 42e8a2724e..9e150572f4 100644
--- a/engines/titanic/game/chicken_cooler.h
+++ b/engines/titanic/game/chicken_cooler.h
@@ -32,14 +32,10 @@ public:
int _fieldBC;
int _fieldC0;
public:
+ CLASSDEF
CChickenCooler() : CGameObject(), _fieldBC(0), _fieldC0(0) {}
/**
- * Return the class name
- */
- virtual const char *getClassName() const { return "CChickenCooler"; }
-
- /**
* Save the data for the class to file
*/
virtual void save(SimpleFile *file, int indent) const;