mirror of
https://github.com/nzp-team/quakec.git
synced 2025-02-01 14:11:05 +00:00
Restore movetoorigin in QC
This commit is contained in:
parent
25b99bae43
commit
02342646a3
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ void (float step)
|
||||||
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;
|
||||||
void (string s) changelevel = #70;
|
void (string s) changelevel = #70;
|
||||||
//void (float step, vector origin) movetoorigin = #71;
|
void (float step, vector origin) MoveToOrigin = #71;
|
||||||
void (string var, string val) cvar_set = #72; // sets cvar.value
|
void (string var, string val) cvar_set = #72; // sets cvar.value
|
||||||
void (entity client, string s) centerprint = #73; // sprint, but in middle
|
void (entity client, string s) centerprint = #73; // sprint, but in middle
|
||||||
//void (entity client, string s, string s) centerprint2 = #73;
|
//void (entity client, string s, string s) centerprint2 = #73;
|
||||||
|
|
Loading…
Reference in a new issue