Add "overloaded" impulse command (e.g. impulse 5 4 1) --- a hack that

only works correctly in standard deathmatch but may be useful in TF too
This commit is contained in:
Anton E. Gavrilov 2000-08-22 17:53:48 +00:00
parent 9fcea8629e
commit d46f19e7ae
3 changed files with 69 additions and 1 deletions

View file

@ -31,4 +31,6 @@
extern cvar_t *cl_deadbodyfilter;
extern cvar_t *cl_gibfilter;
// FIXME: prefix these with TP_ or Team_ ?
void CL_InitTeamplay (void);
void CL_BestWeaponImpulse (void);