mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-13 07:47:24 +00:00
Restored Close_Waypoint in QC
This commit is contained in:
parent
63cbb71d73
commit
1c385e8466
1 changed files with 2 additions and 2 deletions
|
@ -249,8 +249,8 @@ void (string s)
|
|||
vector (entity zombie,vector start,vector min, vector max) Get_Next_Waypoint = #86;
|
||||
void (entity client, float type, float cost, float weapon) useprint = #87;
|
||||
vector (entity zombie,vector start,vector min, vector max) Get_First_Waypoint = #88;
|
||||
//void (string s) Close_Waypoint = #89;
|
||||
//void (vector start, vector min, vector max, vector end, float nomonsters, entity forent) tracebox = #90;
|
||||
void (string s) Close_Waypoint = #89;
|
||||
void (vector start, vector min, vector max, vector end, float nomonsters, entity forent) tracebox = #90;
|
||||
entity (entity start, .float field, float match) findfloat = #98;
|
||||
float (vector start, vector min, vector max, vector end, float nomonsters, entity forent) tracemove = #99;
|
||||
// 2001-09-20 QuakeC file access by FrikaC start
|
||||
|
|
Loading…
Reference in a new issue