We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17c4842 commit 4a9e82bCopy full SHA for 4a9e82b
GeneralsMD/Code/GameEngineDevice/Source/W3DDevice/GameClient/Drawable/Draw/W3DModelDraw.cpp
@@ -3332,7 +3332,7 @@ Bool W3DModelDraw::getProjectileLaunchOffset(
3332
}
3333
else
3334
{
3335
- if (specificBarrelToUse < 0 || specificBarrelToUse >= static_cast<size_t>(wbvec.size()))
+ if (specificBarrelToUse < 0 || specificBarrelToUse >= wbvec.size())
3336
specificBarrelToUse = 0;
3337
3338
if (launchPos)
0 commit comments