Update quakespasm.qc

This commit is contained in:
Tyler Young 2023-01-22 21:09:29 -05:00
parent 1360a56e25
commit 25b99bae43

View file

@ -240,7 +240,7 @@ string (string s)
string (string s) precache_file2 = #77; // registered version only
void (entity e) setspawnparms = #78; // set parm1... to the
void (entity plr, float achievement) achievement = #79;
void (entity killer, entity killee) logfrag = #79; // add to stats
//void (entity killer, entity killee) logfrag = #79; // add to stats
float (string s) stof = #81; // 2001-09-20 QuakeC string manipulation by FrikaC
void (vector where, float set) multicast = #82;
vector (entity what) Get_Waypoint_Near = #83;