Trying to appease bigfoot.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4055 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2012-06-01 12:57:01 +00:00
parent f96c737175
commit 237dffe4d4
1 changed files with 1 additions and 0 deletions

View File

@ -1921,6 +1921,7 @@ static bspx_header_t *bspxheader;
void *Q1BSPX_FindLump(char *lumpname, int *lumpsize)
{
int i;
*lumpsize = 0;
if (!bspxheader)
return NULL;