Remove scenery flag from Sneaker Panel Spawners (to tick their fuse)

This commit is contained in:
Lach 2023-08-27 14:59:42 +10:00
parent ac9b96e98b
commit 3ca23fbecf

View file

@ -26767,7 +26767,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
0, // mass
0, // damage
sfx_None, // activesound
MF_NOGRAVITY|MF_NOBLOCKMAP|MF_SCENERY|MF_NOCLIPTHING, // flags
MF_NOGRAVITY|MF_NOBLOCKMAP|MF_NOCLIPTHING, // flags
S_NULL // raisestate
},