From ff09b4c31ee4f5cafeeb6075361a1a563872599c Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Fri, 6 Jan 2023 12:14:08 -0700 Subject: [PATCH] qbsp: fix comment about vanilla tools --- common/bspfile.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/bspfile.cc b/common/bspfile.cc index f04c89f7..641f6cfd 100644 --- a/common/bspfile.cc +++ b/common/bspfile.cc @@ -1089,7 +1089,7 @@ struct gamedef_q2_t : public gamedef_t return contents.mirror_inside.value(); // Q2 is a bit different here. in vanilla tools, - // every content except SOLID is implicitly mirrorinside. + // every content except SOLID and WINDOW is implicitly mirrorinside. // the only exception is that 4bsp has the unused AUX // contents to default to not mirroring the insides. return !(contents.native & (Q2_CONTENTS_SOLID | Q2_CONTENTS_AUX));