From 1e53d45a6c554dc8aefd32378b5c3129b6db0b6b Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Sun, 25 Feb 2024 15:54:58 -0700 Subject: [PATCH] qbsp: fix comment --- include/qbsp/map.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/qbsp/map.hh b/include/qbsp/map.hh index 607fb602..42677964 100644 --- a/include/qbsp/map.hh +++ b/include/qbsp/map.hh @@ -51,8 +51,8 @@ struct mapface_t // but it is also here for quicker lookups. std::string texname{}; - // faces can technically have different contents on each side; - // in Q1's case, consider `*waterskip` on one and `skip` on another. + // brushes can technically have different contents on each side; + // in Q1's case, consider `*water` on one and `brick` on another. // in Q2's case, contents are per-face (probably since brushes didn't have // any data on them other than faces), but only the first valid contents // end up being used. This stores the per-side contents, but be careful