From 338902c2471ccda8f2b996099b3abc036766aee9 Mon Sep 17 00:00:00 2001 From: Austin English Date: Tue, 4 Jun 2024 20:28:45 -0500 Subject: [PATCH] components/esm4/loadwrld.hpp: clarify comment Also convert tabs to spaces --- components/esm4/loadwrld.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esm4/loadwrld.hpp b/components/esm4/loadwrld.hpp index f951ce4e8b..f354fa3f08 100644 --- a/components/esm4/loadwrld.hpp +++ b/components/esm4/loadwrld.hpp @@ -81,7 +81,7 @@ namespace ESM4 std::vector refrs; }; - // Map size struct 16 or 28 byte structure + // Map size struct, either 16 (old format) or 28 (new format) byte structure struct Map { std::uint32_t width; // usable width of the map