mirror of
https://git.code.sf.net/p/quake/prozac-qfcc
synced 2024-11-24 05:01:48 +00:00
heh, --no-cpp is no longer needed. a stray \ was causing the problem
This commit is contained in:
parent
fab3d777a1
commit
a1ee1acd9e
2 changed files with 2 additions and 2 deletions
2
defs.qc
2
defs.qc
|
@ -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
|
||||||
|
|
2
makefile
2
makefile
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue