mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 20:11:47 +00:00
Bosses need dropshadows too
This commit is contained in:
parent
fa245e90ae
commit
3f570ab888
1 changed files with 1 additions and 1 deletions
|
|
@ -10563,7 +10563,7 @@ mobj_t *P_SpawnMobj(fixed_t x, fixed_t y, fixed_t z, mobjtype_t type)
|
||||||
type == MT_ROLLOUTROCK ||
|
type == MT_ROLLOUTROCK ||
|
||||||
type == MT_EGGMOBILE4_MACE ||
|
type == MT_EGGMOBILE4_MACE ||
|
||||||
(type >= MT_SMALLMACE && type <= MT_REDSPRINGBALL) ||
|
(type >= MT_SMALLMACE && type <= MT_REDSPRINGBALL) ||
|
||||||
(mobj->flags & MF_ENEMY)
|
(mobj->flags & (MF_ENEMY|MF_BOSS))
|
||||||
)
|
)
|
||||||
mobj->shadowscale = FRACUNIT;
|
mobj->shadowscale = FRACUNIT;
|
||||||
else if (
|
else if (
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue