1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-17 10:10:23 +00:00

Skip LIGH destruction data

This commit is contained in:
Alexei Kotov 2023-07-17 19:17:46 +03:00
parent bb8ac466d1
commit 22cc7f3020

View File

@ -102,6 +102,12 @@ void ESM4::Light::load(ESM4::Reader& reader)
case ESM4::SUB_MODT: case ESM4::SUB_MODT:
case ESM4::SUB_OBND: case ESM4::SUB_OBND:
case ESM4::SUB_VMAD: // Dragonborn only? case ESM4::SUB_VMAD: // Dragonborn only?
case ESM4::SUB_DEST: // Destruction data start
case ESM4::SUB_DSTD:
case ESM4::SUB_DMDL:
case ESM4::SUB_DMDT:
case ESM4::SUB_DMDS:
case ESM4::SUB_DSTF: // Destruction data end
reader.skipSubRecordData(); reader.skipSubRecordData();
break; break;
default: default: