diff options
-rw-r--r-- | engines/sherlock/events.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/events.h b/engines/sherlock/events.h index 8741ffa55b..e13ef18822 100644 --- a/engines/sherlock/events.h +++ b/engines/sherlock/events.h @@ -46,7 +46,7 @@ private: int _mouseButtons; Common::Point _mousePos; int _waitCounter; - int _frameRate; + uint _frameRate; /** * Check whether it's time to display the next screen frame |