mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-16 20:29:57 +00:00
Alphabetize SubRecordTypes and include all subrecords used in FO4
SUA_BTXT => SUB_BTXT
This commit is contained in:
parent
d15f301193
commit
0efc9865f6
2 changed files with 628 additions and 484 deletions
File diff suppressed because it is too large
Load diff
|
@ -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))
|
||||||
|
|
Loading…
Reference in a new issue