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 e23ef050d5
commit 096bad14fb
1 changed files with 1 additions and 1 deletions

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
},