mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 06:08:35 +00:00
SHERLOCK: SS: Make _frameRate unsigned to fix GCC warnings
This commit is contained in:
parent
b654369377
commit
62973836e1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user