1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-06 00:55:50 +00:00

Alphabetize SubRecordTypes and include all subrecords used in FO4

SUA_BTXT => SUB_BTXT
This commit is contained in:
Alexei Kotov 2023-08-16 03:25:19 +03:00
parent d15f301193
commit 0efc9865f6
2 changed files with 628 additions and 484 deletions

File diff suppressed because it is too large Load Diff

View File

@ -94,7 +94,7 @@ void ESM4::Land::load(ESM4::Reader& reader)
mDataTypes |= LAND_VCLR;
break;
}
case ESM4::SUA_BTXT:
case ESM4::SUB_BTXT:
{
BTXT base;
if (reader.getExact(base))