FULLPIPE: Fix one more warning

This commit is contained in:
Eugene Sandulenko 2014-04-28 20:38:08 +03:00
parent 0c1b0cd097
commit 31b094892a

View File

@ -316,7 +316,7 @@ void FullpipeEngine::processArcade(ExCommand *cmd) {
break;
}
if (idx >= _arcadeKeys.size())
if (idx >= (int)_arcadeKeys.size())
return;
}