mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 08:40:39 +00:00
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:
parent
9fcea8629e
commit
d46f19e7ae
3 changed files with 69 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue