From cd87a8c59ded65ee95ab50118541f0ee62298cb7 Mon Sep 17 00:00:00 2001 From: James R Date: Fri, 30 Jun 2023 19:10:51 -0700 Subject: [PATCH] Give Overtime Lasers infinite draw distance --- src/info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/info.c b/src/info.c index 360e3d887..394f73f99 100644 --- a/src/info.c +++ b/src/info.c @@ -29308,7 +29308,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 },