[PATCH 02/15] qbsp: bspfile.c statics

Signed-off-by: Tyrann <tyrann@disenchant.net>
This commit is contained in:
Tyrann 2006-09-10 22:45:55 +09:30
parent 85b459931a
commit ed50a94fd6
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
#include "file.h"
#include "qbsp.h"
dheader_t *header;
static dheader_t *header;
/*
=============
@ -68,7 +68,7 @@ LoadBSPFile(void)
//============================================================================
// To be used for all dynamic mem data
void
static void
AddLump(FILE *f, int Type)
{
lump_t *lump;