diff --git a/source/games/blood/src/animatesprite.cpp b/source/games/blood/src/animatesprite.cpp index 111904cf2..17e946307 100644 --- a/source/games/blood/src/animatesprite.cpp +++ b/source/games/blood/src/animatesprite.cpp @@ -662,7 +662,6 @@ void viewProcessSprites(tspriteArray& tsprites, const DVector3& cPos, DAngle cA, { pTSprite->cstat &= ~(CSTAT_SPRITE_XFLIP | CSTAT_SPRITE_YFLIP); auto tex = TexMan.GetGameTexture(pTSprite->spritetexture()); - pTSprite->yoffset += (uint8_t)tex->GetDisplayTopOffset(); if (nAnimType == 7) { pTSprite->Angles.Yaw = myclock.Normalized360();