shithub: choc

Download patch

ref: 2b8fef5c41783bd7a01fab40727d4d353426cb75
parent: ff4c976bd88cfb86476f96ca3749a9e11d9b9682
author: Turo Lamminen <turol@iki.fi>
date: Fri Sep 9 11:57:24 EDT 2022

heretic: Move D_DoAdvanceDemo prototype to doomdef.h

--- a/src/heretic/d_net.c
+++ b/src/heretic/d_net.c
@@ -33,7 +33,6 @@
 
 ticcmd_t *netcmds;
 
-extern void D_DoAdvanceDemo(void);
 extern void D_ProcessEvents(void);
 extern void G_BuildTiccmd(ticcmd_t *cmd, int maketic);
 
--- a/src/heretic/doomdef.h
+++ b/src/heretic/doomdef.h
@@ -689,6 +689,7 @@
 void G_PlayDemo(char *name);
 void G_TimeDemo(char *name);
 boolean G_CheckDemoStatus(void);
+void D_DoAdvanceDemo(void);
 
 void G_ExitLevel(void);
 void G_SecretExitLevel(void);