Restore movetoorigin in QC

This commit is contained in:
Tyler Young 2023-01-22 21:43:48 -05:00
parent 25b99bae43
commit 02342646a3

View file

@ -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;