0.1.73 upd

This commit is contained in:
Michael Wain 2025-02-21 06:14:10 +03:00
parent 636fef07a4
commit 46a56029d3
3 changed files with 6 additions and 3 deletions

2
Cargo.lock generated
View File

@ -90,7 +90,7 @@ checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
[[package]]
name = "itunesdb"
version = "0.1.71"
version = "0.1.73"
dependencies = [
"bincode",
"env_logger",

View File

@ -1,6 +1,6 @@
[package]
name = "itunesdb"
version = "0.1.72"
version = "0.1.73"
edition = "2021"
authors = ["alterwain"]

View File

@ -362,6 +362,9 @@ pub mod aobjects {
),
},
]);
let d = self.data.as_mut().unwrap();
d.next_id_for_mhii = last_cor_id + 3;
}
}
@ -462,7 +465,7 @@ pub mod objects {
unknown2: u32,
number_of_children: u32,
unknown3: u32,
next_id_for_mhii: u32,
pub next_id_for_mhii: u32,
unknown5: u64,
unknown6: u64,
unknown7: u32,