- Exhumed: fixed wasp's death animation

This commit is contained in:
Christoph Oelckers 2022-10-24 20:56:41 +02:00
parent c2e5bdbdce
commit f9d8763ed5

View file

@ -356,7 +356,7 @@ void AIWasp::Tick(RunListEvent* ev)
{ {
auto pSector =pActor->sector(); auto pSector =pActor->sector();
pActor->spr.pos.Z = pActor->vel.Z; pActor->spr.pos.Z += pActor->vel.Z;
if (pActor->spr.pos.Z >= pSector->floorz) if (pActor->spr.pos.Z >= pSector->floorz)
{ {