Fix skybox disappearing after using objectplace command

This commit is contained in:
Steel Titanium 2018-11-12 22:35:22 -05:00
parent b45622fc0e
commit 924594e6c6

View file

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