From 841094976b8a84ed56942cea96515cb9b19245e5 Mon Sep 17 00:00:00 2001
From: James R <justsomejames2@gmail.com>
Date: Wed, 12 Feb 2020 18:02:36 -0800
Subject: [PATCH] Add flag name variant of SF_NONIGHTSROTATION to S_SKIN

---
 src/r_things.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/r_things.c b/src/r_things.c
index 7f0f43281c..ca285644fb 100644
--- a/src/r_things.c
+++ b/src/r_things.c
@@ -3463,6 +3463,7 @@ static boolean R_ProcessPatchableFields(skin_t *skin, char *stoken, char *value)
 	GETFLAG(DASHMODE)
 	GETFLAG(FASTEDGE)
 	GETFLAG(MULTIABILITY)
+	GETFLAG(NONIGHTSROTATION)
 #undef GETFLAG
 
 	else // let's check if it's a sound, otherwise error out
-- 
GitLab