Fix some errors with KartAirDrop_OnChange

This commit is contained in:
yamamama 2026-02-04 11:21:41 -05:00
parent bf6f86a5fb
commit f2f9ad98f2

View file

@ -8478,10 +8478,11 @@ static void KartAirDrop_OnChange(void)
if (leveltime < starttime)
{
CONS_Printf(M_GetText("Air Drop has been set to \"%s\".\n"), cv_kartairdrop.string);
airdropactive = (UINT8)cv_kartairdrop.value;
}
else
{
CONS_Printf(M_GetText("Air Drop will be set to \"%s\" Next Round.\n"), cv_kartairdrop.string);
CONS_Printf(M_GetText("Air Drop will be set to \"%s\" next round.\n"), cv_kartairdrop.string);
}
}
}