No more spoilers

Cat's out of the bag man
This commit is contained in:
Sally Coolatta 2024-04-25 22:27:53 -04:00
parent 632d9b4d0d
commit 135d5df786

View file

@ -1540,16 +1540,7 @@ void D_SRB2Main(void)
dedicated = M_CheckParm("-dedicated") != 0;
if (dedicated)
{
p = M_CheckParm("-spoilers");
if (p && M_IsNextParm())
{
usedTourney = M_TryExactPassword(M_GetNextParm(), "XpsOixVTZSW0cwbiYAVgzokAmWfeYNq5mEckVsktheq4GOUWQecF5lWTkGNBJtoYX9vUMprFzraSovOSCeQ96Q==");
if (usedTourney)
{
CONS_Printf(M_GetText("Spoiler mode ON.\n"));
}
}
usedTourney = true;
}
if (devparm)