summaryrefslogtreecommitdiff
path: root/src/net_client.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/net_client.c')
-rw-r--r--src/net_client.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/net_client.c b/src/net_client.c
index 71ce3c06..1bfeb3f9 100644
--- a/src/net_client.c
+++ b/src/net_client.c
@@ -672,6 +672,12 @@ static void NET_CL_ParseGameStart(net_packet_t *packet)
printf("Syncing netgames like Vanilla Doom.\n");
}
+ if (lowres_turn)
+ {
+ printf("NOTE: Turning resolution is reduced; this is probably "
+ "because there is a client recording a Vanilla demo.\n");
+ }
+
// Clear the receive window
memset(recvwindow, 0, sizeof(recvwindow));