From bceac9031a249f060e1e440b2a0a67ca3a25083f Mon Sep 17 00:00:00 2001 From: wfowler Date: Thu, 26 Jul 2018 07:55:28 -0600 Subject: [PATCH] Add "isManVis" flag to MAPBrush. --- LibBSP/Source/Structs/MAP/MAPBrush.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/LibBSP/Source/Structs/MAP/MAPBrush.cs b/LibBSP/Source/Structs/MAP/MAPBrush.cs index da76b71..777d26b 100644 --- a/LibBSP/Source/Structs/MAP/MAPBrush.cs +++ b/LibBSP/Source/Structs/MAP/MAPBrush.cs @@ -18,6 +18,7 @@ namespace LibBSP { public bool isDetail = false; public bool isWater = false; + public bool isManVis = false; /// /// Creates a new empty object. Internal data will have to be set manually.