resolve #263 (this is going into master because it's literally just the line being present twice)

This commit is contained in:
toaster 2019-10-24 19:00:54 +01:00
parent 0ef50557c2
commit 989e089e0a
1 changed files with 0 additions and 2 deletions

View File

@ -1493,8 +1493,6 @@ void P_TouchSpecialThing(mobj_t *special, mobj_t *toucher, boolean heightcheck)
P_SetMobjState(mo2, mo2->info->painstate); P_SetMobjState(mo2, mo2->info->painstate);
} }
} }
S_StartSound(toucher, special->info->painsound);
return; return;
case MT_FAKEMOBILE: case MT_FAKEMOBILE: