commit bddfd7613d1389ff91a7c5a3810127a8f4734434
Author: Turo Lamminen <turol@iki.fi>
AuthorDate: Tue Sep 13 19:06:16 2022 +0300
Commit: Turo Lamminen <turol@iki.fi>
CommitDate: Mon Oct 3 12:52:14 2022 +0300
hexen: Move AM_Stop prototype to am_map.h
---
src/hexen/am_map.h | 3 +++
src/hexen/in_lude.c | 1 -
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/hexen/am_map.h b/src/hexen/am_map.h
index 7c461dd1..d59a36af 100644
--- a/src/hexen/am_map.h
+++ b/src/hexen/am_map.h
@@ -121,4 +121,7 @@ typedef struct
extern boolean automapactive;
+void AM_Stop(void);
+
+
#endif
diff --git a/src/hexen/in_lude.c b/src/hexen/in_lude.c
index e2b2e807..5f3909be 100644
--- a/src/hexen/in_lude.c
+++ b/src/hexen/in_lude.c
@@ -95,7 +95,6 @@ static char *HubText;
//
//========================================================================
-extern void AM_Stop(void);
void IN_Start(void)
{