Forgotten

This commit is contained in:
TehRealSalt 2018-02-05 20:23:09 -05:00
parent e516d09ae4
commit 6b63e44ff9

View file

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