foxygit / doom Log in
commit 12b1097736b813b1a2844c1e29543cabf8e1f7c4
Author:     Turo Lamminen <turotl@gmail.com>
AuthorDate: Tue Jan 29 19:16:42 2019 +0200
Commit:     Turo Lamminen <turotl@gmail.com>
CommitDate: Tue Jan 29 19:16:42 2019 +0200

    strife: Remove unused extern declaration of basedefault
---
 src/strife/doomstat.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/strife/doomstat.h b/src/strife/doomstat.h
index e6c65bdd..345669b5 100644
--- a/src/strife/doomstat.h
+++ b/src/strife/doomstat.h
@@ -243,7 +243,6 @@ extern  wbstartstruct_t		wminfo;

 // File handling stuff.
 extern  char *          savegamedir;
-extern	char		basedefault[1024];

 // if true, load all graphics at level load
 extern  boolean         precache;