mirror of
https://github.com/nzp-team/quakec.git
synced 2025-02-01 14:11:05 +00:00
Update vitanx.qc to include tracemove
This commit is contained in:
parent
8791452a4f
commit
56b87faeff
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
void GiveAchievement(float achievement_id, optional entity who) = {};
|
||||
void print(string s) = {};
|
||||
|
||||
float tracemove(vector start, vector min, vector max, vector end, float nomonsters, entity forent) = {return 0;};
|
||||
float (vector start, vector min, vector max, vector end, float nomonsters, entity forent) tracemove = #99; //sB adding tracemove to NX/Vita
|
||||
|
||||
void(vector o, vector d, float color, float count) particle = {};
|
||||
|
||||
|
|
Loading…
Reference in a new issue