mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Merge branch 'fallout4' into 'master'
ESM4 Loader: initial Fallout 4 support See merge request OpenMW/openmw!3347
This commit is contained in:
commit
16628a766f
74 changed files with 1791 additions and 823 deletions
|
@ -329,8 +329,7 @@ namespace EsmTool
|
|||
readTypedRecord<ESM4::HeadPart>(params, reader);
|
||||
return true;
|
||||
case ESM4::REC_IDLE:
|
||||
// FIXME: ESM4::IdleAnimation::load does not work with Oblivion.esm
|
||||
// readTypedRecord<ESM4::IdleAnimation>(params, reader);
|
||||
readTypedRecord<ESM4::IdleAnimation>(params, reader);
|
||||
return true;
|
||||
break;
|
||||
case ESM4::REC_IDLM:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue