Merge pull request #16 from ScatterBox/main

Update vitanx.qc to include tracemove
This commit is contained in:
Ian 2023-01-02 12:16:35 -05:00 committed by GitHub
commit 7b7c86f31d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = {};