mirror of
https://github.com/redstrate/Physis.git
synced 2025-05-18 16:07:46 +00:00
Add new model flag as seen in some bgparts
This commit is contained in:
parent
f58d4e6bb0
commit
a905234a18
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ enum ModelFlags1 {
|
||||||
WavingAnimationDisabled = 0x04,
|
WavingAnimationDisabled = 0x04,
|
||||||
LightShadowDisabled = 0x02,
|
LightShadowDisabled = 0x02,
|
||||||
ShadowDisabled = 0x01,
|
ShadowDisabled = 0x01,
|
||||||
|
Unknown2 = 0x5, // TODO: seen in some bgparts
|
||||||
}
|
}
|
||||||
|
|
||||||
#[binrw]
|
#[binrw]
|
||||||
|
|
Loading…
Add table
Reference in a new issue