shithub: choc

Download patch

ref: 19edf5d93e05809a992043cacd53e24343ce10a9
parent: c5d33676f8395569c2d4544f9766a0160161b373
author: Turo Lamminen <turol@iki.fi>
date: Tue Oct 11 08:01:13 EDT 2022

heretic: Move AM_Stop prototype to am_map.h

--- a/src/heretic/am_map.h
+++ b/src/heretic/am_map.h
@@ -118,4 +118,7 @@
 extern const char *LevelNames[];
 
 
+void AM_Stop(void);
+
+
 #endif
--- a/src/heretic/in_lude.c
+++ b/src/heretic/in_lude.c
@@ -159,7 +159,6 @@
 //
 //========================================================================
 
-extern void AM_Stop(void);
 
 void IN_Start(void)
 {