Don't remap MT_SNEAKERPANEL in encore mode

This commit is contained in:
Lach 2024-04-13 13:15:53 +10:00
parent 915585697a
commit ddbb1709d0

View file

@ -17028,7 +17028,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
0, // mass 0, // mass
0, // damage 0, // damage
sfx_None, // activesound sfx_None, // activesound
MF_SPECIAL|MF_ENEMY, // flags -- NOTE: IIRC MF_ENEMY was added by mappers to make conveyor belt setups more convenient MF_SPECIAL|MF_ENEMY|MF_DONTENCOREMAP, // flags -- NOTE: IIRC MF_ENEMY was added by mappers to make conveyor belt setups more convenient
S_NULL // raisestate S_NULL // raisestate
}, },