aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/core/view_item.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/core/view_item.h')
-rw-r--r--engines/titanic/core/view_item.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/core/view_item.h b/engines/titanic/core/view_item.h
index d653c3a4f3..ceb8a020da 100644
--- a/engines/titanic/core/view_item.h
+++ b/engines/titanic/core/view_item.h
@@ -56,10 +56,10 @@ private:
protected:
int _field24;
CResourceKey _resourceKey;
- double _angle;
Point _viewPos;
public:
int _viewNumber;
+ double _angle;
public:
CLASSDEF;
CViewItem();