From bbabe2b06b479fb5775b55c0de7b10df7ff67501 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 22 Mar 2014 14:20:04 -0400 Subject: MADS: Fix positioning of kernel messages --- engines/mads/player.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'engines/mads/player.h') diff --git a/engines/mads/player.h b/engines/mads/player.h index 8bc0ae73a1..d7e074afc8 100644 --- a/engines/mads/player.h +++ b/engines/mads/player.h @@ -40,11 +40,7 @@ private: MADSEngine *_vm; bool _highSprites; bool _spriteSetsPresent[PLAYER_SPRITES_FILE_COUNT]; - int _currentDepth; - int _currentScale; int _frameOffset; - int _frameNum; - int _yScale; int _frameCount; int _frameListIndex; int _actionIndex; @@ -111,6 +107,7 @@ public: bool _visible; bool _priorVisible; bool _visible3; + int _frameNum; Common::Point _playerPos; Common::Point _destPos; Common::Point _posChange; @@ -126,6 +123,9 @@ public: int _unk3; bool _unk4; bool _forceRefresh; + int _yScale; + int _currentDepth; + int _currentScale; Common::String _spritesPrefix; int _routeCount; int _routeOffset; -- cgit v1.2.3