Give Overtime Lasers infinite draw distance

This commit is contained in:
James R 2023-06-30 19:10:51 -07:00 committed by VelocitOni
parent 9c8ce17c1e
commit c1d54f50f5

View file

@ -29352,7 +29352,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
100, // mass
0, // damage
sfx_None, // activesound
MF_NOBLOCKMAP|MF_NOCLIPHEIGHT|MF_NOGRAVITY|MF_SCENERY|MF_DONTENCOREMAP, // flags
MF_NOBLOCKMAP|MF_NOCLIPHEIGHT|MF_NOGRAVITY|MF_DRAWFROMFARAWAY|MF_SCENERY|MF_DONTENCOREMAP, // flags
S_NULL // raisestate
},