mirror of
https://github.com/ZDoom/Raze.git
synced 2025-02-20 18:42:26 +00:00
- 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:
parent
06d0d9b5fd
commit
72e71cdc42
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue