shithub: choc

Download patch

ref: e633e8e5353173534a7177ffa6da68e8a2bb57f0
parent: 42d6bf7f6267db307eb94fe3683181d537db05fe
author: Turo Lamminen <turol@iki.fi>
date: Thu Sep 8 10:37:09 EDT 2022

net: Move D_ReceiveTic prototype to d_loop.h

--- a/src/d_loop.h
+++ b/src/d_loop.h
@@ -86,6 +86,8 @@
 boolean D_NonVanillaPlayback(boolean conditional, int lumpnum,
                              const char *feature);
 
+void D_ReceiveTic(ticcmd_t *ticcmds, boolean *playeringame);
+
 
 extern fixed_t offsetms;
 
--- a/src/net_client.c
+++ b/src/net_client.c
@@ -43,7 +43,6 @@
 #include "w_checksum.h"
 #include "w_wad.h"
 
-extern void D_ReceiveTic(ticcmd_t *ticcmds, boolean *playeringame);
 
 typedef enum
 {