summaryrefslogtreecommitdiff
path: root/src/strife/d_net.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/d_net.c')
-rw-r--r--src/strife/d_net.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/strife/d_net.c b/src/strife/d_net.c
index 021bbf91..cd0a5e66 100644
--- a/src/strife/d_net.c
+++ b/src/strife/d_net.c
@@ -278,12 +278,12 @@ void D_CheckNetGame (void)
LoadGameSettings(&settings, &connect_data);
- // Strife netgames are *always* deathmatch,
- // specifically altdeath mode.
+ // Strife games are always deathmatch, though -altdeath is
+ // supported for respawning items.
- if (netgame)
+ if (netgame && deathmatch == 0)
{
- deathmatch = 2;
+ deathmatch = 1;
}
DEH_printf("startmap: %i, skill: %i, enemies: %i, random: %i\n",