- fixed some Linux issues with recent changes.

This commit is contained in:
Christoph Oelckers 2014-05-14 14:08:14 +02:00
commit 2944e4f6ae
3 changed files with 3 additions and 7 deletions

View file

@ -314,7 +314,7 @@ static bool IsExMy(const char * name)
void WI_LoadBackground(bool isenterpic)
{
const char *lumpname;
const char *lumpname = NULL;
char buffer[10];
in_anim_t an;
lnode_t pt;