1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-29 09:32:45 +00:00

Read FO76 plugin header

This commit is contained in:
Alexei Kotov 2024-01-05 04:22:31 +03:00
parent 961c53f1c4
commit 18982ea4a0

View File

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