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