aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/core/game_object.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/core/game_object.h')
-rw-r--r--engines/titanic/core/game_object.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/titanic/core/game_object.h b/engines/titanic/core/game_object.h
index 0749bde5f2..fca635388e 100644
--- a/engines/titanic/core/game_object.h
+++ b/engines/titanic/core/game_object.h
@@ -52,7 +52,6 @@ class CGameObject : public CNamedItem {
friend class OSMovie;
DECLARE_MESSAGE_MAP;
private:
- static CCreditText *_credits;
static int _soundHandles[4];
private:
/**
@@ -71,6 +70,8 @@ private:
*/
bool clipRect(const Rect &rect1, Rect &rect2) const;
protected:
+ static CCreditText *_credits;
+protected:
double _field34;
double _field38;
double _field3C;