mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-05-17 15:47:05 +00:00
Read PLJv2 track ID and year
This commit is contained in:
@@ -265,7 +265,13 @@ namespace BurnOutSharp.Builders
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
// Discard the following pieces until we can figure out what they are
|
// 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();
|
entryHeader.TrackLength = data.ReadUInt16();
|
||||||
|
|||||||
Reference in New Issue
Block a user