diff options
author | Paul Gilbert | 2017-10-27 17:37:44 -0400 |
---|---|---|
committer | Paul Gilbert | 2017-10-27 17:37:44 -0400 |
commit | ba7e50edecee5dbee52ddbf20381f2ba7c6a3f23 (patch) | |
tree | fd9e80683a3cab899845fb8e8fec70192492bd18 | |
parent | bd82345f0b634e5ccf7b2412a0d7cad7232057c5 (diff) | |
download | scummvm-rg350-ba7e50edecee5dbee52ddbf20381f2ba7c6a3f23.tar.gz scummvm-rg350-ba7e50edecee5dbee52ddbf20381f2ba7c6a3f23.tar.bz2 scummvm-rg350-ba7e50edecee5dbee52ddbf20381f2ba7c6a3f23.zip |
TITANIC: Hopefully fix AmigaOS compilation
-rw-r--r-- | engines/titanic/support/mouse_cursor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/support/mouse_cursor.h b/engines/titanic/support/mouse_cursor.h index efcb1f8ead..1b90a6c6f8 100644 --- a/engines/titanic/support/mouse_cursor.h +++ b/engines/titanic/support/mouse_cursor.h @@ -71,7 +71,7 @@ private: int _fieldE8; Common::Point _moveStartPos; Common::Point _moveDestPos; - uint _moveStartTime, _moveEndTime; + uint32 _moveStartTime, _moveEndTime; /** * Load the images for each cursor |