- Exhumed: removed erroneous target assignment in Anubis AI.

This commit is contained in:
Christoph Oelckers 2022-01-25 00:25:52 +01:00
parent 58f535d3a4
commit 30adac6e7f

View file

@ -409,7 +409,6 @@ void AIAnubis::Damage(RunListEvent* ev)
BuildObject(pDrumActor, 2, 0);
}
ap->pTarget = ev->pOtherActor;
ap->nAction = 4;
ap->nFrame = 0;
}