aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/starling_puret.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/starling_puret.h')
-rw-r--r--engines/titanic/game/starling_puret.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/titanic/game/starling_puret.h b/engines/titanic/game/starling_puret.h
index 5c53a53b47..5bfdd660f9 100644
--- a/engines/titanic/game/starling_puret.h
+++ b/engines/titanic/game/starling_puret.h
@@ -28,7 +28,11 @@
namespace Titanic {
class CStarlingPuret : public CGameObject {
+private:
+ int _value;
public:
+ CStarlingPuret() : CGameObject(), _value(0) {}
+
/**
* Return the class name
*/