summaryrefslogtreecommitdiff
path: root/src/hexen
diff options
context:
space:
mode:
Diffstat (limited to 'src/hexen')
-rw-r--r--src/hexen/d_net.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hexen/d_net.c b/src/hexen/d_net.c
index 94b06fc6..9b26af31 100644
--- a/src/hexen/d_net.c
+++ b/src/hexen/d_net.c
@@ -167,7 +167,6 @@ static void SaveGameSettings(net_gamesettings_t *settings,
settings->nomonsters = nomonsters;
settings->respawn_monsters = respawnparm;
settings->timelimit = 0;
-
settings->lowres_turn = false;
//
@@ -181,6 +180,7 @@ static void SaveGameSettings(net_gamesettings_t *settings,
connect_data->lowres_turn = false;
connect_data->drone = false;
+ connect_data->max_players = MAXPLAYERS;
//!
// @category net