mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-01 06:11:33 +00:00
Merge branch 'remove-tab-comment' into 'master'
components/esm4/loadwrld.hpp: clarify comment See merge request OpenMW/openmw!4169
This commit is contained in:
commit
321b84a4d2
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ namespace ESM4
|
||||||
std::vector<REFRcoord> refrs;
|
std::vector<REFRcoord> refrs;
|
||||||
};
|
};
|
||||||
|
|
||||||
// Map size struct 16 or 28 byte structure
|
// Map size struct, either 16 (old format) or 28 (new format) byte structure
|
||||||
struct Map
|
struct Map
|
||||||
{
|
{
|
||||||
std::uint32_t width; // usable width of the map
|
std::uint32_t width; // usable width of the map
|
||||||
|
|
Loading…
Reference in a new issue