mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
Remove compiler warnings
This commit is contained in:
@@ -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...
|
||||
|
||||
Reference in New Issue
Block a user