From d112932e1efaa6588ed7276021847a28eb596900 Mon Sep 17 00:00:00 2001 From: Samuel Villareal Date: Tue, 7 Sep 2010 03:16:54 +0000 Subject: + All linedef flags added + Translucent line/wall drawing supported + Jumpover/Blockfloater flag behavior implemented + Puff behavior implemented + Some changes to PIT_AttackRadius + Some changes to PIT_ChangeSector Subversion-branch: /branches/strife-branch Subversion-revision: 2030 --- src/strife/p_mobj.c | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'src/strife/p_mobj.c') diff --git a/src/strife/p_mobj.c b/src/strife/p_mobj.c index 79f6398d..3c9d1a69 100644 --- a/src/strife/p_mobj.c +++ b/src/strife/p_mobj.c @@ -961,18 +961,13 @@ P_SpawnPuff th->momz = FRACUNIT; th->tics -= P_Random()&3; - // villsa [STRIFE] TODO - verify and update - /*if(shootdist == (80*FRACUNIT)) - P_SetMobjState(th, S_POW2_00);*/ + // don't make punches spark on the wall + if(attackrange == MELEERANGE) + P_SetMobjState(th, S_POW2_00); // villsa [STRIFE] unused /*if (th->tics < 1) th->tics = 1;*/ - - // don't make punches spark on the wall - // villsa [STRIFE] TODO - proper puff state - //if (attackrange == MELEERANGE) - //P_SetMobjState (th, S_PUFF3); } // -- cgit v1.2.3