diff options
Diffstat (limited to 'engines/access/player.h')
-rw-r--r-- | engines/access/player.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/access/player.h b/engines/access/player.h index 876c0e5ea4..7ba0c05b21 100644 --- a/engines/access/player.h +++ b/engines/access/player.h @@ -86,9 +86,9 @@ public: Common::Point _walkOffDR[PLAYER_DATA_COUNT]; Common::Point _walkOffUL[PLAYER_DATA_COUNT]; Common::Point _walkOffDL[PLAYER_DATA_COUNT]; - int _rawTempL; + byte _rawTempL; int _rawXTemp; - int _rawYTempL; + byte _rawYTempL; int _rawYTemp; Common::Point _playerOffset; int _playerXLow; |