Merge branch 'no-item-capsule-remap' into 'master'

Don't encore remap the inside of item capsules

See merge request KartKrew/Kart!1368
This commit is contained in:
Oni 2023-08-03 13:49:03 +00:00
commit e1e858669d

View file

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