mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
remove an unneeded prototyp
This commit is contained in:
parent
d5ed3bea75
commit
cd29f8b9a0
2 changed files with 0 additions and 4 deletions
|
@ -68,8 +68,6 @@ cvar_t *sv_nostep;
|
|||
|
||||
#define MOVE_EPSILON 0.01
|
||||
|
||||
void SV_Physics_Toss (edict_t *ent);
|
||||
|
||||
void
|
||||
SV_CheckAllEnts (void)
|
||||
{
|
||||
|
|
|
@ -71,8 +71,6 @@ cvar_t *sv_waterfriction;
|
|||
|
||||
#define MOVE_EPSILON 0.01
|
||||
|
||||
void SV_Physics_Toss (edict_t *ent);
|
||||
|
||||
void
|
||||
SV_CheckAllEnts (void)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue