summaryrefslogtreecommitdiff
path: root/src/strife/p_enemy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/p_enemy.c')
-rw-r--r--src/strife/p_enemy.c1
1 files changed, 1 insertions, 0 deletions
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