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:
parent
f96c737175
commit
237dffe4d4
1 changed files with 1 additions and 0 deletions
|
@ -1921,6 +1921,7 @@ static bspx_header_t *bspxheader;
|
||||||
void *Q1BSPX_FindLump(char *lumpname, int *lumpsize)
|
void *Q1BSPX_FindLump(char *lumpname, int *lumpsize)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
*lumpsize = 0;
|
||||||
if (!bspxheader)
|
if (!bspxheader)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue