mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
No more spoilers
Cat's out of the bag man
This commit is contained in:
parent
632d9b4d0d
commit
135d5df786
1 changed files with 1 additions and 10 deletions
|
|
@ -1540,16 +1540,7 @@ void D_SRB2Main(void)
|
||||||
dedicated = M_CheckParm("-dedicated") != 0;
|
dedicated = M_CheckParm("-dedicated") != 0;
|
||||||
if (dedicated)
|
if (dedicated)
|
||||||
{
|
{
|
||||||
p = M_CheckParm("-spoilers");
|
usedTourney = true;
|
||||||
if (p && M_IsNextParm())
|
|
||||||
{
|
|
||||||
usedTourney = M_TryExactPassword(M_GetNextParm(), "XpsOixVTZSW0cwbiYAVgzokAmWfeYNq5mEckVsktheq4GOUWQecF5lWTkGNBJtoYX9vUMprFzraSovOSCeQ96Q==");
|
|
||||||
|
|
||||||
if (usedTourney)
|
|
||||||
{
|
|
||||||
CONS_Printf(M_GetText("Spoiler mode ON.\n"));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (devparm)
|
if (devparm)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue