mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 12:58:00 +03:00
Remove unused ESM4::Land fields
This commit is contained in:
parent
401e748aa0
commit
a17cb0ff0e
1 changed files with 0 additions and 1 deletions
|
@ -118,7 +118,6 @@ namespace ESM4
|
||||||
int mDataTypes; // which data types are loaded
|
int mDataTypes; // which data types are loaded
|
||||||
|
|
||||||
float mHeights[sVertsPerSide * sVertsPerSide]; // Float value of compressed Heightmap
|
float mHeights[sVertsPerSide * sVertsPerSide]; // Float value of compressed Heightmap
|
||||||
float mMinHeight, mMaxHeight;
|
|
||||||
std::int8_t mVertNorm[sVertsPerSide * sVertsPerSide * 3]; // from VNML subrecord
|
std::int8_t mVertNorm[sVertsPerSide * sVertsPerSide * 3]; // from VNML subrecord
|
||||||
std::uint8_t mVertColr[sVertsPerSide * sVertsPerSide * 3]; // from VCLR subrecord
|
std::uint8_t mVertColr[sVertsPerSide * sVertsPerSide * 3]; // from VCLR subrecord
|
||||||
VHGT mHeightMap;
|
VHGT mHeightMap;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue