From 1a0b4c07332e028ea892faaeb4633b9938ecee18 Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Mon, 25 Apr 2022 22:01:10 -0600 Subject: [PATCH] qbsp: more covered_native stuff to remove --- include/common/bspfile.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/include/common/bspfile.hh b/include/common/bspfile.hh index ef95d04f..d8806ab6 100644 --- a/include/common/bspfile.hh +++ b/include/common/bspfile.hh @@ -596,6 +596,7 @@ struct contentflags_t int32_t extended; // for CFLAGS_STRUCTURAL_COVERED_BY_DETAIL + // fixme-brushbsp: remove this int32_t covered_native; constexpr bool operator==(const contentflags_t &other) const