Fix some errors with KartAirDrop_OnChange
This commit is contained in:
parent
bf6f86a5fb
commit
f2f9ad98f2
1 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue