foxygit / doom Log in
commit 19edf5d93e05809a992043cacd53e24343ce10a9
Author:     Turo Lamminen <turol@iki.fi>
AuthorDate: Tue Oct 11 12:01:13 2022 +0300
Commit:     Turo Lamminen <turol@iki.fi>
CommitDate: Tue Oct 11 12:01:13 2022 +0300

    heretic: Move AM_Stop prototype to am_map.h
---
 src/heretic/am_map.h  | 3 +++
 src/heretic/in_lude.c | 1 -
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/heretic/am_map.h b/src/heretic/am_map.h
index b5518ee7..aa535cc3 100644
--- a/src/heretic/am_map.h
+++ b/src/heretic/am_map.h
@@ -118,4 +118,7 @@ extern vertex_t KeyPoints[];
 extern const char *LevelNames[];


+void AM_Stop(void);
+
+
 #endif
diff --git a/src/heretic/in_lude.c b/src/heretic/in_lude.c
index 55994c3b..a8ac4255 100644
--- a/src/heretic/in_lude.c
+++ b/src/heretic/in_lude.c
@@ -159,7 +159,6 @@ static const char *NameForMap(int map)
 //
 //========================================================================

-extern void AM_Stop(void);

 void IN_Start(void)
 {