foxygit / doom Log in
commit 749e8c369546207b098266556b9370bb88e8cc7d
Author:     Turo Lamminen <turol@iki.fi>
AuthorDate: Sat Sep 10 19:33:06 2022 +0300
Commit:     Turo Lamminen <turol@iki.fi>
CommitDate: Fri Oct 7 13:14:28 2022 +0300

    hexen: Move G_BuildTiccmd prototype to h2def.h
---
 src/hexen/d_net.c | 1 -
 src/hexen/h2def.h | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/hexen/d_net.c b/src/hexen/d_net.c
index 52a40ffa..94c3203a 100644
--- 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);


diff --git a/src/hexen/h2def.h b/src/hexen/h2def.h
index aec2f657..740a0252 100644
--- a/src/hexen/h2def.h
+++ b/src/hexen/h2def.h
@@ -803,6 +803,7 @@ void G_StartNewInit(void);

 void G_WorldDone(void);

+void G_BuildTiccmd(ticcmd_t *cmd, int maketic);
 void G_Ticker(void);
 boolean G_Responder(event_t * ev);