mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-16 15:29:55 +00:00
Maybe load FO4 region records
This commit is contained in:
parent
bcaa402315
commit
6c82aef29f
1 changed files with 2 additions and 0 deletions
|
@ -122,6 +122,8 @@ void ESM4::Region::load(ESM4::Reader& reader)
|
|||
case ESM4::SUB_RDSB: // FONV
|
||||
case ESM4::SUB_RDSI: // FONV
|
||||
case ESM4::SUB_NVMI: // TES5
|
||||
case ESM4::SUB_ANAM: // FO4
|
||||
case ESM4::SUB_RLDM: // FO4
|
||||
// RDAT skipping... following is a map
|
||||
// RDMP skipping... map name
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue