Remove shadows from rings (not dropped rings)

This commit is contained in:
James R 2020-02-01 16:35:10 -08:00
parent af4e4cb0a8
commit 9e2ae9b695

View file

@ -10476,15 +10476,12 @@ static fixed_t P_DefaultMobjShadowScale (mobj_t *thing)
return FRACUNIT; return FRACUNIT;
case MT_RING:
case MT_FLINGRING: case MT_FLINGRING:
case MT_BLUESPHERE: case MT_BLUESPHERE:
case MT_FLINGBLUESPHERE: case MT_FLINGBLUESPHERE:
case MT_BOMBSPHERE: case MT_BOMBSPHERE:
case MT_REDTEAMRING:
case MT_BLUETEAMRING:
case MT_REDFLAG: case MT_REDFLAG:
case MT_BLUEFLAG: case MT_BLUEFLAG: