(Hopefully) fixed the player sometimes landing on the solid part of the minecart stopper after being launched out of the minecart

This commit is contained in:
MascaraSnake 2019-06-16 17:07:13 +02:00
parent c5a2d33d4e
commit 7e0c9d9398
1 changed files with 1 additions and 1 deletions

View File

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