1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-16 17:59:56 +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; mDataTypes |= LAND_VCLR;
break; break;
} }
case ESM4::SUA_BTXT: case ESM4::SUB_BTXT:
{ {
BTXT base; BTXT base;
if (reader.getExact(base)) if (reader.getExact(base))