Skip to content

Commit

Permalink
Fix enemy rockets cheat.
Browse files Browse the repository at this point in the history
  • Loading branch information
doomhack committed Jan 4, 2020
1 parent 9e4ab35 commit 4665edb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/p_mobj.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ boolean P_SetMobjState(mobj_t* mobj, statenum_t state)
{
if(mobj->info->missilestate && (state >= mobj->info->missilestate) && (state < mobj->info->painstate))
A_CyberAttack(mobj);
else
st->action(mobj);
}
}

Expand Down

0 comments on commit 4665edb

Please sign in to comment.