mirror of
https://github.com/redstrate/Physis.git
synced 2025-04-21 12:17:45 +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_before = 924)]
|
||||||
#[brw(pad_after = 44)]
|
#[brw(pad_after = 44)]
|
||||||
// always a certain value for index values, otherwise some value based on the content of the data
|
// The SHA1 of the bytes immediately before this
|
||||||
unk4: [u8; 24]
|
sha1: [u8; 20]
|
||||||
}
|
}
|
||||||
|
|
||||||
#[binrw]
|
#[binrw]
|
||||||
|
|
Loading…
Add table
Reference in a new issue