aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/star_control/star_control_sub8.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/star_control/star_control_sub8.h')
-rw-r--r--engines/titanic/star_control/star_control_sub8.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/titanic/star_control/star_control_sub8.h b/engines/titanic/star_control/star_control_sub8.h
index 0b0a7f6f11..97409fd059 100644
--- a/engines/titanic/star_control/star_control_sub8.h
+++ b/engines/titanic/star_control/star_control_sub8.h
@@ -51,6 +51,7 @@ public:
int _fieldC;
public:
CStarControlSub8();
+ ~CStarControlSub8() { clear(); }
/**
* Load the data for the class from file
@@ -73,6 +74,8 @@ public:
void fn2(CVideoSurface *surface, CStarField *starField, CStarControlSub7 *sub7);
void fn3();
FPoint getPosition() const;
+
+ void clear();
};
} // End of namespace Titanic