aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/dead_area.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/dead_area.h')
-rw-r--r--engines/titanic/game/dead_area.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/titanic/game/dead_area.h b/engines/titanic/game/dead_area.h
index 374e45e9d3..4abcd58dd9 100644
--- a/engines/titanic/game/dead_area.h
+++ b/engines/titanic/game/dead_area.h
@@ -29,14 +29,10 @@ namespace Titanic {
class CDeadArea : public CGameObject {
public:
+ CLASSDEF
CDeadArea();
/**
- * Return the class name
- */
- virtual const char *getClassName() const { return "CDeadArea"; }
-
- /**
* Save the data for the class to file
*/
virtual void save(SimpleFile *file, int indent) const;