This commit is contained in:
Joseph Carter 2000-04-04 12:10:08 +00:00
parent 76db7204bc
commit 00b62b6027
1 changed files with 0 additions and 9 deletions

View File

@ -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: