Skip to content
Snippets Groups Projects
Commit 096bad14 authored by MascaraSnake's avatar MascaraSnake
Browse files

Minecart stopper itself also needs MF_NOCLIPHEIGHT and MF_NOGRAVITY

parent e23ef050
No related branches found
No related tags found
No related merge requests found
...@@ -11958,7 +11958,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] = ...@@ -11958,7 +11958,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
100, // mass 100, // mass
0, // damage 0, // damage
sfx_None, // activesound sfx_None, // activesound
MF_SPECIAL, // flags MF_SPECIAL|MF_NOCLIPHEIGHT|MF_NOGRAVITY, // flags
S_NULL // raisestate S_NULL // raisestate
}, },
   
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment