mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-22 03:41:27 +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)
|
||||
{
|
||||
case MOVETYPE_WALK:
|
||||
case MOVETYPE_PUSH:
|
||||
SV_Physics_Pusher (ent);
|
||||
break;
|
||||
|
@ -869,15 +868,7 @@ void SV_RunEntity (edict_t *ent)
|
|||
case MOVETYPE_STEP:
|
||||
SV_Physics_Step (ent);
|
||||
break;
|
||||
#if 0
|
||||
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_BOUNCE:
|
||||
case MOVETYPE_FLYMISSILE:
|
||||
|
|
Loading…
Reference in a new issue