We can't force sad anymore due to it being rolled into MAXKARTITEMS, fix warning

This commit is contained in:
NepDisk 2025-11-16 20:54:28 -05:00
parent b54d13120a
commit da3d04cc0f

View file

@ -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;
}