summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/d_loop.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/d_loop.c b/src/d_loop.c
index 7d034485..e7be7b30 100644
--- a/src/d_loop.c
+++ b/src/d_loop.c
@@ -427,10 +427,11 @@ void D_StartNetGame(net_gamesettings_t *settings,
ticdup = settings->ticdup;
new_sync = settings->new_sync;
- if (!new_sync)
- {
- printf("Syncing netgames like Vanilla Doom.\n");
- }
+ // TODO: Message disabled until we fix new_sync.
+ //if (!new_sync)
+ //{
+ // printf("Syncing netgames like Vanilla Doom.\n");
+ //}
}
boolean D_InitNetGame(net_connect_data_t *connect_data)