We can't force sad anymore due to it being rolled into MAXKARTITEMS, fix warning
This commit is contained in:
parent
b54d13120a
commit
da3d04cc0f
1 changed files with 1 additions and 1 deletions
|
|
@ -6203,7 +6203,7 @@ static void Got_Cheat(UINT8 **cp, INT32 playernum)
|
|||
}
|
||||
else
|
||||
{
|
||||
CV_CheaterWarning(playernum, va("give item %s x%d", item < 0 ? "SAD" : DEH_KartItemName(item), amt));
|
||||
CV_CheaterWarning(playernum, va("give item %s x%d", DEH_KartItemName(item), amt));
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue