mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 23:01:42 +00:00
FULLPIPE: Fix one more warning
This commit is contained in:
parent
0c1b0cd097
commit
31b094892a
@ -316,7 +316,7 @@ void FullpipeEngine::processArcade(ExCommand *cmd) {
|
||||
break;
|
||||
}
|
||||
|
||||
if (idx >= _arcadeKeys.size())
|
||||
if (idx >= (int)_arcadeKeys.size())
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user