From ed50a94fd6f0275aa30ec74983ff2225aaec38e4 Mon Sep 17 00:00:00 2001 From: Tyrann Date: Sun, 10 Sep 2006 22:45:55 +0930 Subject: [PATCH] [PATCH 02/15] qbsp: bspfile.c statics Signed-off-by: Tyrann --- qbsp/bspfile.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qbsp/bspfile.c b/qbsp/bspfile.c index a1bf8de9..fb132d9e 100644 --- a/qbsp/bspfile.c +++ b/qbsp/bspfile.c @@ -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;