mirror of
https://github.com/redstrate/Physis.git
synced 2025-04-22 04:37:46 +00:00
Note the SHA1 checksum in the sqpack header
This commit is contained in:
parent
7b39492612
commit
385d63491e
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@ pub struct SqPackHeader {
|
|||
|
||||
#[brw(pad_before = 924)]
|
||||
#[brw(pad_after = 44)]
|
||||
// always a certain value for index values, otherwise some value based on the content of the data
|
||||
unk4: [u8; 24]
|
||||
// The SHA1 of the bytes immediately before this
|
||||
sha1: [u8; 20]
|
||||
}
|
||||
|
||||
#[binrw]
|
||||
|
|
Loading…
Add table
Reference in a new issue