summaryrefslogtreecommitdiff
path: root/src/strife/p_setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/p_setup.c')
-rw-r--r--src/strife/p_setup.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/strife/p_setup.c b/src/strife/p_setup.c
index eeefe2dc..652d86df 100644
--- a/src/strife/p_setup.c
+++ b/src/strife/p_setup.c
@@ -342,6 +342,7 @@ void P_LoadThings (int lump)
// Do not spawn cool, new monsters if !commercial
// STRIFE-TODO: replace with isregistered stuff
+ /*
if (gamemode != commercial)
{
switch (SHORT(mt->type))
@@ -362,6 +363,7 @@ void P_LoadThings (int lump)
}
if (spawn == false)
break;
+ */
// Do spawn all other stuff.
spawnthing.x = SHORT(mt->x);