premap.c: remove a missed unused variable.

git-svn-id: https://svn.eduke32.com/eduke32@3748 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
helixhorned 2013-05-10 12:31:40 +00:00
parent fac799b782
commit efa74c9cb8

View file

@ -1754,8 +1754,6 @@ void G_FadeLoad(int32_t r, int32_t g, int32_t b, int32_t start, int32_t end, int
static void G_LoadMapHack(char *outbuf, const char *filename)
{
char *p;
if (filename != NULL)
Bstrcpy(outbuf, filename);