mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-22 03:41:15 +00:00
Move PF_tokenize and PF_ArgV to correct locations in QC
This commit is contained in:
parent
1ecf4615cd
commit
4ec539d714
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