From f917c606377177ae064eda9ef0b569449d8145f2 Mon Sep 17 00:00:00 2001 From: James R Date: Mon, 29 Nov 2021 15:29:01 -0800 Subject: [PATCH] Remove MF_NOTHINK from sign pieces Without a thinker, interpolation doesn't change state. --- src/info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/info.c b/src/info.c index c28c81dfd..c0268d075 100644 --- a/src/info.c +++ b/src/info.c @@ -9199,7 +9199,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] = 0, // mass 0, // damage sfx_None, // activesound - MF_NOCLIP|MF_NOCLIPHEIGHT|MF_NOGRAVITY|MF_NOTHINK|MF_DONTENCOREMAP, // flags + MF_NOCLIP|MF_NOCLIPHEIGHT|MF_NOGRAVITY|MF_SCENERY|MF_DONTENCOREMAP, // flags S_NULL // raisestate },