Skip to content

Commit

Permalink
Removed code introduced for debug purposes that was included accident…
Browse files Browse the repository at this point in the history
…ally in the previous commit.
  • Loading branch information
danij committed Jun 16, 2009
1 parent 8e8a7e2 commit eb7cb3b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions doomsday/plugins/common/src/p_actor.c
Expand Up @@ -274,9 +274,6 @@ void P_RipperBlood(mobj_t* actor)

if((mo = P_SpawnMobj3fv(MT_BLOOD, pos, actor->angle, 0)))
{
mo->angle = mo->visAngle = 0;
mo->moveDir = DI_EAST;

#if __JHERETIC__
mo->flags |= MF_NOGRAVITY;
#endif
Expand Down

0 comments on commit eb7cb3b

Please sign in to comment.