mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-19 22:42:46 +00:00
AltTitle_OnChange: Actually correctly set cv_alttitle instead of cv_itemfinder if modified when unlocked
This commit is contained in:
parent
4446b1ed9e
commit
3bfd4be29e
1 changed files with 1 additions and 1 deletions
|
|
@ -4894,7 +4894,7 @@ void AltTitle_OnChange(void)
|
||||||
if (!M_SecretUnlocked(SECRET_ALTTITLE, true))
|
if (!M_SecretUnlocked(SECRET_ALTTITLE, true))
|
||||||
{
|
{
|
||||||
CONS_Printf(M_GetText("You haven't earned this yet.\n"));
|
CONS_Printf(M_GetText("You haven't earned this yet.\n"));
|
||||||
CV_StealthSetValue(&cv_itemfinder, 0);
|
CV_StealthSetValue(&cv_alttitle, 0);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue