mirror of
https://github.com/nzp-team/quakec.git
synced 2025-02-01 14:11:05 +00:00
Restore PF_etos in QC
This commit is contained in:
parent
c6095e1547
commit
1360a56e25
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ void (float to, float f)
|
||||||
void (float to, float f) WriteAngle = #57;
|
void (float to, float f) WriteAngle = #57;
|
||||||
void (float to, string s) WriteString = #58;
|
void (float to, string s) WriteString = #58;
|
||||||
void (float to, entity s) WriteEntity = #59;
|
void (float to, entity s) WriteEntity = #59;
|
||||||
//string (entity s) etos = #65;
|
string (entity s) etos = #65;
|
||||||
void (float step) movetogoal = #67;
|
void (float step) movetogoal = #67;
|
||||||
string (string s) precache_file = #68; // no effect except for -copy
|
string (string s) precache_file = #68; // no effect except for -copy
|
||||||
void (entity e) makestatic = #69;
|
void (entity e) makestatic = #69;
|
||||||
|
|
Loading…
Reference in a new issue