- Exhumed: Use minAngle in a place where -1 was previously.

* Setup I did in "- Exhumed: Change `inita` into a DAngle." was less than what we consider the epsilon value for angles.
This commit is contained in:
Mitchell Richters 2022-09-10 21:38:52 +10:00 committed by Christoph Oelckers
parent 06d0d9b5fd
commit 72e71cdc42

View file

@ -439,7 +439,7 @@ void ProcessSpriteTag(DExhumedActor* pActor, int nLotag, int nHitag)
}
case 116:
{
BuildRat(pActor, nulvec, nullptr, DAngle::fromBam(unsigned(-1)));
BuildRat(pActor, nulvec, nullptr, -minAngle);
return;
}
case 115: // Rat (eating)