shithub: choc

Download patch

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

heretic: Move LevelNames extern declaration to am_map.h

--- a/src/heretic/am_map.h
+++ b/src/heretic/am_map.h
@@ -115,6 +115,7 @@
 
 extern boolean automapactive;
 extern vertex_t KeyPoints[];
+extern const char *LevelNames[];
 
 
 #endif
--- a/src/heretic/in_lude.c
+++ b/src/heretic/in_lude.c
@@ -99,7 +99,6 @@
 
 static const char *KillersText[] = { "K", "I", "L", "L", "E", "R", "S" };
 
-extern const char *LevelNames[];
 
 typedef struct
 {