Merge pull request #31 from ScatterBox/main

Move PF_tokenize and PF_ArgV to correct locations in QC
This commit is contained in:
Ian 2023-01-23 20:14:35 -05:00 committed by GitHub
commit 4d87b5a6c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -267,8 +267,8 @@ string (string s)
string (string s) strtrim = #120; string (string s) strtrim = #120;
// 2001-09-20 QuakeC file access by FrikaC end // 2001-09-20 QuakeC file access by FrikaC end
// 2001-11-15 DarkPlaces general builtin functions by Lord Havoc start // 2001-11-15 DarkPlaces general builtin functions by Lord Havoc start
float(string s) tokenize = #130; float(string s) tokenize = #441;
string(float num) argv = #131; string(float num) argv = #442;
// 2001-11-15 DarkPlaces general builtin functions by Lord Havoc end // 2001-11-15 DarkPlaces general builtin functions by Lord Havoc end
//void (string trackname) songegg = #500; //void (string trackname) songegg = #500;
//void () nzp_maxammo = #501; //void () nzp_maxammo = #501;