Forgotten

This commit is contained in:
TehRealSalt 2018-02-05 20:23:09 -05:00
parent e516d09ae4
commit 6b63e44ff9
1 changed files with 1 additions and 0 deletions

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
{