mirror of
https://github.com/ZDoom/Raze.git
synced 2025-04-04 06:55:48 +00:00
- Duke: Do not set SFLAG_BADGUY for internal bad guys.
This will pass an incorrect value for clipdist to clipmove.
This commit is contained in:
parent
3df7539eb9
commit
7b1ef9e020
1 changed files with 0 additions and 1 deletions
|
@ -304,7 +304,6 @@ bool commonEnemySetup(DDukeActor* self, DDukeActor* owner)
|
|||
self->clipdist = 20;
|
||||
if (self->flags1 & SFLAG_INTERNAL_BADGUY)
|
||||
{
|
||||
self->flags1 |= SFLAG_BADGUY; // simplify future checks.
|
||||
self->spr.scale = DVector2(0.625, 0.625);
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue