Cast this so compiler shuts up

This commit is contained in:
NepDisk 2026-02-21 07:28:46 -05:00
parent 385a20058f
commit a3f34f11df

View file

@ -7479,7 +7479,7 @@ void K_KartPlayerThink(player_t *player, ticcmd_t *cmd)
// Value to subtract from the S-Monitor timer. // Value to subtract from the S-Monitor timer.
INT16 smonitor_subtrahend = (pingame > 1) ? SMONITORDECAYTIME : 1; INT16 smonitor_subtrahend = (pingame > 1) ? SMONITORDECAYTIME : 1;
if (player->distancefromcluster > SMONITORDECAYDIST) if (player->distancefromcluster > (UINT32)SMONITORDECAYDIST)
{ {
if ((!player->smonitorexpiring) && (pingame > 1)) if ((!player->smonitorexpiring) && (pingame > 1))
{ {