Forgotten

This commit is contained in:
TehRealSalt 2018-02-05 20:23:09 -05:00
parent 648c7e6af6
commit c1dab359e0

View file

@ -6727,6 +6727,7 @@ void P_MobjThinker(mobj_t *mobj)
P_SetMobjState(smoke, S_QUICKBOOM1);
smoke->scale = mobj->scale/2;
smoke->destscale = mobj->scale;
smoke->color = mobj->color;
}
else
{