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