mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-15 05:36:03 +00:00
Read PLJv2 track ID and year
This commit is contained in:
@@ -265,7 +265,13 @@ namespace BurnOutSharp.Builders
|
||||
else
|
||||
{
|
||||
// Discard the following pieces until we can figure out what they are
|
||||
_ = data.ReadBytes(0x5C);
|
||||
_ = data.ReadBytes(0x4C);
|
||||
|
||||
entryHeader.TrackID = data.ReadUInt32();
|
||||
entryHeader.Year = data.ReadUInt32(); // Unconfirmed
|
||||
|
||||
// Discard the following pieces until we can figure out what they are
|
||||
_ = data.ReadBytes(0x08);
|
||||
}
|
||||
|
||||
entryHeader.TrackLength = data.ReadUInt16();
|
||||
|
||||
Reference in New Issue
Block a user