From 9029cf5d9cc7c5dcbfcaa9f12446396745e9ca48 Mon Sep 17 00:00:00 2001 From: Steel Titanium Date: Mon, 12 Nov 2018 22:35:22 -0500 Subject: [PATCH] Fix skybox disappearing after using objectplace command --- src/info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/info.c b/src/info.c index c621378e3..86931b78c 100644 --- a/src/info.c +++ b/src/info.c @@ -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 },