mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-02-16 16:51:16 +00:00
cleanup
This commit is contained in:
parent
76db7204bc
commit
00b62b6027
1 changed files with 0 additions and 9 deletions
|
@ -856,7 +856,6 @@ void SV_RunEntity (edict_t *ent)
|
||||||
|
|
||||||
switch ( (int)ent->v.movetype)
|
switch ( (int)ent->v.movetype)
|
||||||
{
|
{
|
||||||
case MOVETYPE_WALK:
|
|
||||||
case MOVETYPE_PUSH:
|
case MOVETYPE_PUSH:
|
||||||
SV_Physics_Pusher (ent);
|
SV_Physics_Pusher (ent);
|
||||||
break;
|
break;
|
||||||
|
@ -869,15 +868,7 @@ void SV_RunEntity (edict_t *ent)
|
||||||
case MOVETYPE_STEP:
|
case MOVETYPE_STEP:
|
||||||
SV_Physics_Step (ent);
|
SV_Physics_Step (ent);
|
||||||
break;
|
break;
|
||||||
#if 0
|
|
||||||
case MOVETYPE_FLY:
|
case MOVETYPE_FLY:
|
||||||
if (!SV_RunThink (ent))
|
|
||||||
return;
|
|
||||||
SV_FlyMove (ent, host_frametime, NULL);
|
|
||||||
break;
|
|
||||||
#else
|
|
||||||
case MOVETYPE_FLY:
|
|
||||||
#endif
|
|
||||||
case MOVETYPE_TOSS:
|
case MOVETYPE_TOSS:
|
||||||
case MOVETYPE_BOUNCE:
|
case MOVETYPE_BOUNCE:
|
||||||
case MOVETYPE_FLYMISSILE:
|
case MOVETYPE_FLYMISSILE:
|
||||||
|
|
Loading…
Reference in a new issue