From c8c0b07f50c20b2e80cdc99005fbdd697f5add83 Mon Sep 17 00:00:00 2001 From: James Haley Date: Sun, 12 Sep 2010 07:08:25 +0000 Subject: I munged up A_CrusaderAttack pretty good, but it's fixed now. Subversion-branch: /branches/strife-branch Subversion-revision: 2074 --- src/strife/p_enemy.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/strife/p_enemy.c') diff --git a/src/strife/p_enemy.c b/src/strife/p_enemy.c index f6c44c67..6d6dbb09 100644 --- a/src/strife/p_enemy.c +++ b/src/strife/p_enemy.c @@ -1527,6 +1527,7 @@ void A_CrusaderAttack(mobj_t* actor) actor->angle += (ANG45 / 16); P_SpawnFacingMissile(actor, actor->target, MT_C_MISSILE); + P_SetMobjState(actor, actor->info->seestate); actor->reactiontime += 15; } else -- cgit v1.2.3