Remove compiler warnings

This commit is contained in:
Asdow
2025-08-08 18:38:53 +03:00
parent c62d767622
commit fd9611ae04
8 changed files with 17 additions and 18 deletions
+1 -1
View File
@@ -2188,7 +2188,7 @@ BOOLEAN CalculateLaunchItemChanceToGetThrough( SOLDIERTYPE *pSoldier, OBJECTTYPE
if ( pSoldier->sGridNo == sGridNo )
{
printf("Warning! Soldier #%d attempted to launch item at himself\n", pSoldier->ubID);
printf("Warning! Soldier #%d attempted to launch item at himself\n", pSoldier->ubID.i);
return FALSE;
}
// Ge7t basic launch params...