shithub: choc

Download patch

ref: 749e8c369546207b098266556b9370bb88e8cc7d
parent: 9a79e5cceb2b7d047efaa114beca5f6600f26861
author: Turo Lamminen <turol@iki.fi>
date: Sat Sep 10 15:33:06 EDT 2022

hexen: Move G_BuildTiccmd prototype to h2def.h

--- a/src/hexen/d_net.c
+++ b/src/hexen/d_net.c
@@ -36,7 +36,6 @@
 
 ticcmd_t *netcmds;
 
-extern void G_BuildTiccmd(ticcmd_t *cmd, int maketic);
 extern boolean G_CheckDemoStatus(void);
 
 
--- a/src/hexen/h2def.h
+++ b/src/hexen/h2def.h
@@ -803,6 +803,7 @@
 
 void G_WorldDone(void);
 
+void G_BuildTiccmd(ticcmd_t *cmd, int maketic);
 void G_Ticker(void);
 boolean G_Responder(event_t * ev);