More remenants

This commit is contained in:
Sally Cochenour 2020-03-01 17:37:10 -05:00
parent 30d391b6b2
commit 7a3733d75c
2 changed files with 0 additions and 6 deletions

View file

@ -6779,9 +6779,6 @@ static const char *const STATE_LIST[] = { // array length left dynamic for sanit
"S_LAMPPOST",
"S_MOSSYTREE",
"S_SHADOW",
"S_WHITESHADOW",
"S_BUMP1",
"S_BUMP2",
"S_BUMP3",

View file

@ -10448,9 +10448,6 @@ void P_RemoveMobj(mobj_t *mobj)
if (mobj->type == MT_OVERLAY)
P_RemoveOverlay(mobj);
if (mobj->type == MT_SHADOW)
P_RemoveShadow(mobj);
if (mobj->type == MT_SPB)
spbplace = -1;