mirror of
https://github.com/redstrate/Physis.git
synced 2025-07-19 23:37:46 +00:00
Add missing DoorRange data
Fixes loading certain LGBs like bg/ex4/03_kld_k5/twn/k5t1/level/bg.lgb Fixes #13
This commit is contained in:
parent
b74a5c3a96
commit
c602e6b28f
1 changed files with 2 additions and 0 deletions
|
@ -371,6 +371,8 @@ pub enum LayerEntryData {
|
|||
Unk3(),
|
||||
#[br(pre_assert(*magic == LayerEntryType::Unk4))]
|
||||
Unk4(),
|
||||
#[br(pre_assert(*magic == LayerEntryType::DoorRange))]
|
||||
DoorRange(),
|
||||
}
|
||||
|
||||
#[binread]
|
||||
|
|
Loading…
Add table
Reference in a new issue