From 237dffe4d4a677d9e690304709a5304b81aa2e57 Mon Sep 17 00:00:00 2001 From: Spoike Date: Fri, 1 Jun 2012 12:57:01 +0000 Subject: [PATCH] Trying to appease bigfoot. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4055 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/common/q1bsp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/engine/common/q1bsp.c b/engine/common/q1bsp.c index 0a6fde0be..bb0bc9415 100644 --- a/engine/common/q1bsp.c +++ b/engine/common/q1bsp.c @@ -1921,6 +1921,7 @@ static bspx_header_t *bspxheader; void *Q1BSPX_FindLump(char *lumpname, int *lumpsize) { int i; + *lumpsize = 0; if (!bspxheader) return NULL;