aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/empty_nut_bowl.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/empty_nut_bowl.h')
-rw-r--r--engines/titanic/game/empty_nut_bowl.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/titanic/game/empty_nut_bowl.h b/engines/titanic/game/empty_nut_bowl.h
index 57668ca49d..9645284e1b 100644
--- a/engines/titanic/game/empty_nut_bowl.h
+++ b/engines/titanic/game/empty_nut_bowl.h
@@ -31,14 +31,10 @@ class CEmptyNutBowl : public CGameObject {
public:
int _value;
public:
+ CLASSDEF
CEmptyNutBowl() : CGameObject(), _value(1) {}
/**
- * Return the class name
- */
- virtual const char *getClassName() const { return "CEmptyNutBowl"; }
-
- /**
* Save the data for the class to file
*/
virtual void save(SimpleFile *file, int indent) const;