mirror of
https://github.com/nzp-team/quakec.git
synced 2025-01-21 08:51:26 +00:00
Merge pull request #31 from ScatterBox/main
Move PF_tokenize and PF_ArgV to correct locations in QC
This commit is contained in:
commit
4d87b5a6c6
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue