Merge branch 'sneaker-panel-dontencoremap' into 'master'

Don't remap MT_SNEAKERPANEL in encore mode

Closes #1270

See merge request KartKrew/Kart!2277
This commit is contained in:
Sal 2024-04-14 06:20:57 +00:00
commit 53ddbcd6bf

View file

@ -17028,7 +17028,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
0, // mass
0, // damage
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
},