mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-22 20:01:34 +00:00
Merge pull request #16 from ScatterBox/main
Update vitanx.qc to include tracemove
This commit is contained in:
commit
7b7c86f31d
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
void GiveAchievement(float achievement_id, optional entity who) = {};
|
void GiveAchievement(float achievement_id, optional entity who) = {};
|
||||||
void print(string s) = {};
|
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 = {};
|
void(vector o, vector d, float color, float count) particle = {};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue