Remove MF_NOTHINK from sign pieces

Without a thinker, interpolation doesn't change state.
This commit is contained in:
James R 2021-11-29 15:29:01 -08:00
parent 3d2ad0b95e
commit f917c60637

View file

@ -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
},