mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-04 20:56:14 +00:00
Merge branch 'noclip-sealed-star-light-rays' into 'master'
Sealed Star Window: make light rays noclip, so they are not offset by level geometry Closes #1059 See merge request KartKrew/Kart!2049
This commit is contained in:
commit
c4ed9ee19d
1 changed files with 1 additions and 1 deletions
|
|
@ -21559,7 +21559,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
|
|||
0, // mass
|
||||
0, // damage
|
||||
sfx_None, // activesound
|
||||
MF_SCENERY|MF_NOGRAVITY|MF_NOCLIP, // flags
|
||||
MF_SCENERY|MF_NOGRAVITY|MF_NOCLIP|MF_NOCLIPHEIGHT, // flags
|
||||
S_NULL // raisestate
|
||||
},
|
||||
{ // MT_SSCHAINSOUND
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue