From 92851cbd4196b777ee6ee6bd7516ef1586fd010f Mon Sep 17 00:00:00 2001 From: SteelT Date: Wed, 2 Aug 2023 14:23:00 -0400 Subject: [PATCH] Don't encore remap the inside of item capsules --- src/info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/info.c b/src/info.c index 23b98bc66..503f87cc4 100644 --- a/src/info.c +++ b/src/info.c @@ -22706,7 +22706,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] = 100, // mass 0, // damage sfx_None, // activesound - MF_SCENERY|MF_NOGRAVITY|MF_NOBLOCKMAP|MF_NOCLIP|MF_NOCLIPTHING|MF_NOCLIPHEIGHT, // flags + MF_SCENERY|MF_NOGRAVITY|MF_NOBLOCKMAP|MF_NOCLIP|MF_NOCLIPTHING|MF_NOCLIPHEIGHT|MF_DONTENCOREMAP, // flags S_NULL // raisestate },