1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-05 07:20:42 +00:00

ds1 encoder: layerStreamTypes and npcIndexes are now exported

This commit is contained in:
M. Sz 2021-02-15 14:56:53 +01:00
parent bbeb4b48e2
commit 8a4c138835

View File

@ -54,9 +54,9 @@ type DS1 struct {
NumberOfSubstitutionLayers int32 // SubstitutionNum number of substitution layer used
SubstitutionGroupsNum int32 // SubstitutionGroupsNum number of substitution groups, datas between objects & NPC paths
unknown1 []byte
layerStreamTypes []d2enum.LayerStreamType
LayerStreamTypes []d2enum.LayerStreamType
unknown2 uint32
npcIndexes []int
NpcIndexes []int
}
// LoadDS1 loads the specified DS1 file