From 096cea0f841c3633b7e4392aef7ab6c414549f3b Mon Sep 17 00:00:00 2001 From: William Fowler Date: Tue, 28 Sep 2021 12:17:22 -0600 Subject: [PATCH] Remove Nightfire case from Face's "Effect" field. Nightfire does not have this field. --- LibBSP/Source/Structs/BSP/Face.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/LibBSP/Source/Structs/BSP/Face.cs b/LibBSP/Source/Structs/BSP/Face.cs index 9dbab67..f8fb129 100644 --- a/LibBSP/Source/Structs/BSP/Face.cs +++ b/LibBSP/Source/Structs/BSP/Face.cs @@ -1033,11 +1033,6 @@ namespace LibBSP { bytes.CopyTo(Data, 4); break; } - - case MapType.Nightfire: { - bytes.CopyTo(Data, 20); - break; - } } } }