Minecart stopper itself also needs MF_NOCLIPHEIGHT and MF_NOGRAVITY

This commit is contained in:
MascaraSnake 2019-06-16 22:26:52 +02:00
parent 4c3228ebeb
commit 265350d527

View file

@ -11958,7 +11958,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
100, // mass
0, // damage
sfx_None, // activesound
MF_SPECIAL, // flags
MF_SPECIAL|MF_NOCLIPHEIGHT|MF_NOGRAVITY, // flags
S_NULL // raisestate
},