This commit is contained in:
Finny Merrill 2004-04-09 06:35:41 +00:00
parent 61b91623e5
commit d9306688b4
2 changed files with 5 additions and 2 deletions

View file

@ -1829,6 +1829,9 @@ void(entity p) TeamFortress_SetSkin;
void() PutClientInServer =
{
#ifdef MAP_DEBUG
local string st;
#endif
local float iszoom, oldclass;
local entity spot, te;

View file

@ -1,6 +1,6 @@
all: progs.src *.qc *.qh
qfcc --warn=error --advanced
qfcc --warn=error --advanced $(CFLAGS)
debug: progs.src *.qc *.qh
qfcc --warn=all --code=debug --advanced -DDEBUG
qfcc --warn=all --code=debug --advanced -DDEBUG $(CFLAGS)
clean:
rm -f core *.dat *.pqc *.sym progdefs.h