the break builtin doesn't parse now that qfcc has break

This commit is contained in:
Bill Currie 2001-10-25 16:41:11 +00:00
parent c32a920e94
commit 111cb080d8
1 changed files with 1 additions and 1 deletions

View File

@ -434,7 +434,7 @@ void(entity e, vector o) setorigin = #2;
void(entity e, string m) setmodel = #3; // set movetype and solid first
void(entity e, vector min, vector max) setsize = #4;
// #5 was removed
void() break = #6;
//void() break = #6; no longer parses in qfcc and not needed
float() random = #7; // returns 0 - 1
void(entity e, float chan, string samp, float vol, float atten) sound = #8;
vector(vector v) normalize = #9;