shithub: choc

Download patch

ref: 945355d29ffb0e52e2bccdca8eda1e7fe4dac7ac
parent: b9cf256e8955779e9cb2b8284e5291145e9873f9
author: Simon Howard <fraggle@soulsphere.org>
date: Tue Jan 29 18:19:59 EST 2019

net: Add client message when a tic is first sent.

--- a/src/net_client.c
+++ b/src/net_client.c
@@ -414,7 +414,9 @@
 
     if (starttic < 0)
         starttic = 0;
-    
+
+    NET_Log("client: generated tic %d, sending %d-%d",
+            maketic, starttic, endtic);
     NET_CL_SendTics(starttic, endtic);
 }