1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-04-01 22:06:40 +00:00

Skip TES4::TNAM

This commit is contained in:
Alexei Kotov 2023-08-15 04:42:09 +03:00
parent c9f03b4174
commit 891be9744d

View file

@ -99,6 +99,7 @@ void ESM4::Header::load(ESM4::Reader& reader)
case ESM4::SUB_INCC:
case ESM4::SUB_OFST: // Oblivion only?
case ESM4::SUB_DELE: // Oblivion only?
case ESM4::SUB_TNAM: // Fallout 4 (CK only)
reader.skipSubRecordData();
break;
default: