aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/scene.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/scene.h')
-rw-r--r--engines/mads/scene.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/scene.h b/engines/mads/scene.h
index e2eec23477..ee1a0c7853 100644
--- a/engines/mads/scene.h
+++ b/engines/mads/scene.h
@@ -119,7 +119,7 @@ public:
bool _roomChanged;
bool _reloadSceneFlag;
Common::Point _destPos;
- int _destFacing;
+ Facing _targetFacing;
Common::Point _posAdjust;
uint32 _frameStartTime;
Layer _layer;