From b92417085ff9fcfea95bd0e31f8c024feff3ecef Mon Sep 17 00:00:00 2001 From: minenice55 Date: Tue, 14 Oct 2025 23:03:44 -0400 Subject: [PATCH] nuh uh --- src/p_mobj.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/p_mobj.c b/src/p_mobj.c index 67d2678bb..094a2b720 100644 --- a/src/p_mobj.c +++ b/src/p_mobj.c @@ -12741,9 +12741,9 @@ fixed_t P_GetMapThingSpawnHeight(const mobjtype_t mobjtype, const mapthing_t* mt static boolean P_SpawnNonMobjMapThing(mapthing_t *mthing) { -#if MAXPLAYERS > 32 - You should think about modifying the deathmatch starts to take full advantage of this! -#endif +// #if MAXPLAYERS > 32 +// You should think about modifying the deathmatch starts to take full advantage of this! +// #endif if (mthing->type <= MAXPLAYERS) // Player starts { // save spots for respawning in network games