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