foxygit / doom Log in
commit c5d33676f8395569c2d4544f9766a0160161b373
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 LevelNames extern declaration to am_map.h
---
 src/heretic/am_map.h  | 1 +
 src/heretic/in_lude.c | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/heretic/am_map.h b/src/heretic/am_map.h
index 36161fa8..b5518ee7 100644
--- a/src/heretic/am_map.h
+++ b/src/heretic/am_map.h
@@ -115,6 +115,7 @@ typedef struct

 extern boolean automapactive;
 extern vertex_t KeyPoints[];
+extern const char *LevelNames[];


 #endif
diff --git a/src/heretic/in_lude.c b/src/heretic/in_lude.c
index 2d5d4dde..55994c3b 100644
--- a/src/heretic/in_lude.c
+++ b/src/heretic/in_lude.c
@@ -99,7 +99,6 @@ static fixed_t dSlideY[MAXPLAYERS];

 static const char *KillersText[] = { "K", "I", "L", "L", "E", "R", "S" };

-extern const char *LevelNames[];

 typedef struct
 {