From 135d5df78603233190187ad4dc1c9a2360e029f5 Mon Sep 17 00:00:00 2001 From: Sally Coolatta <tehrealsalt@gmail.com> Date: Thu, 25 Apr 2024 22:27:53 -0400 Subject: [PATCH] No more spoilers Cat's out of the bag man --- src/d_main.cpp | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/src/d_main.cpp b/src/d_main.cpp index c3aab35499..2f89ab8eb6 100644 --- a/src/d_main.cpp +++ b/src/d_main.cpp @@ -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) -- GitLab