mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-21 11:21:11 +00:00
(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:
parent
c5a2d33d4e
commit
7e0c9d9398
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue