heh, --no-cpp is no longer needed. a stray \ was causing the problem

This commit is contained in:
Bill Currie 2001-07-20 20:40:46 +00:00
parent fab3d777a1
commit a1ee1acd9e
2 changed files with 2 additions and 2 deletions

View file

@ -871,7 +871,7 @@ float(entity targ, entity inflictor) CanDamage;
//=========================================================================== //===========================================================================
// TEAMFORTRESS Defs // TEAMFORTRESS Defs
//===========================================================================\ //===========================================================================
.float playerclass; .float playerclass;
.float nextpc; // The playerclass you'll respawn as .float nextpc; // The playerclass you'll respawn as
.float last_impulse; // The previous impulse command from this player .float last_impulse; // The previous impulse command from this player

View file

@ -1,4 +1,4 @@
qwprogs.dat: preprogs.src *.qc qwprogs.dat: preprogs.src *.qc
qfpreqcc --warn=error --debug --no-cpp qfpreqcc --warn=error --debug
clean: clean:
rm -f core *.dat *.pqc *.sym progdefs.h progs.src rm -f core *.dat *.pqc *.sym progdefs.h progs.src