Realised I'd forgotten to stop the item explosion from being encoremapped.

This commit is contained in:
toaster 2018-08-16 15:29:34 +01:00
parent 77ba3e3c2d
commit acba635c90
1 changed files with 1 additions and 1 deletions

View File

@ -13303,7 +13303,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
100, // mass
0, // damage
sfx_None, // activesound
MF_NOBLOCKMAP|MF_NOCLIP|MF_NOGRAVITY|MF_SCENERY|MF_SLIDEME, // flags
MF_NOBLOCKMAP|MF_NOCLIP|MF_NOGRAVITY|MF_SCENERY|MF_DONTENCOREMAP, // flags
S_NULL // raisestate
},