mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 04:51:42 +00:00
Merge branch 'spoilers-allowed' into 'master'
Spoilers allowed See merge request KartKrew/Kart!2305
This commit is contained in:
commit
9e106aafea
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