mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-31 21:50:48 +00:00
Give drop shadows to weapon rings & panels
This commit is contained in:
parent
d7a84b967c
commit
8f75141c07
1 changed files with 2 additions and 0 deletions
|
@ -10581,6 +10581,8 @@ static fixed_t P_DefaultMobjShadowScale (mobj_t *thing)
|
|||
|
||||
if (thing->flags & (MF_ENEMY|MF_BOSS))
|
||||
return FRACUNIT;
|
||||
else if (P_WeaponOrPanel(thing->type))
|
||||
return 2*FRACUNIT/3;
|
||||
else
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue