summaryrefslogtreecommitdiff
path: root/src/strife/hu_stuff.h
diff options
context:
space:
mode:
authorJames Haley2010-09-16 17:33:30 +0000
committerJames Haley2010-09-16 17:33:30 +0000
commit9c7d3ca93d47193d16f51290757cd9ace1d5581c (patch)
treeda449a9886d0f174af6ac14e534d7ea9fc7e7578 /src/strife/hu_stuff.h
parent8bc7af8cbbf6ef3c68880c05f37604a4a49db071 (diff)
downloadchocolate-doom-9c7d3ca93d47193d16f51290757cd9ace1d5581c.tar.gz
chocolate-doom-9c7d3ca93d47193d16f51290757cd9ace1d5581c.tar.bz2
chocolate-doom-9c7d3ca93d47193d16f51290757cd9ace1d5581c.zip
Started work on normal single-player exit lines.
Subversion-branch: /branches/strife-branch Subversion-revision: 2094
Diffstat (limited to 'src/strife/hu_stuff.h')
-rw-r--r--src/strife/hu_stuff.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/strife/hu_stuff.h b/src/strife/hu_stuff.h
index f6836d1e..f5a0e53b 100644
--- a/src/strife/hu_stuff.h
+++ b/src/strife/hu_stuff.h
@@ -28,7 +28,6 @@
#include "d_event.h"
-
//
// Globally visible constants.
//
@@ -64,5 +63,8 @@ void HU_Erase(void);
extern char *chat_macros[10];
extern char* pnameprefixes[][16]; // villsa [STRIFE]
+// haleyjd [STRIFE] externalized:
+extern char *mapnames[];
+
#endif