Missed a line

This commit is contained in:
James 2019-02-19 20:29:53 -05:00
parent f822eb94cf
commit ff57b4bc22
1 changed files with 1 additions and 0 deletions

View File

@ -8202,6 +8202,7 @@ void P_MobjThinker(mobj_t *mobj)
{
mobj->momx = mobj->momy = 0;
S_StartSound(mobj, mobj->info->activesound);
P_SetMobjState(mobj, S_SSMINE_DEPLOY1);
}
}