mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-02 19:56:06 +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
64b63edfdd
commit
bdccfb9c35
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…
Add table
Reference in a new issue