SHERLOCK: SS: Make _frameRate unsigned to fix GCC warnings

This commit is contained in:
Paul Gilbert 2015-08-30 12:55:20 -04:00
parent b654369377
commit 62973836e1

View File

@ -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