Skip to content

Commit

Permalink
Fix version relative field bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
FirowMD authored Nov 15, 2024
1 parent 014caa1 commit d42d6a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions HLBOOT.DAT.bt
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ typedef struct
HLBC_VAR Nints;
HLBC_VAR Nfloats;
HLBC_VAR Nstrings;
if (Version >= 5)
if (Version >= 4)
{
HLBC_VAR Nbytes;
}
Expand Down Expand Up @@ -774,7 +774,7 @@ typedef struct
HLBC_VAR StringSizes[Nstrings.Value] <style=sHeading3>;
}

if (Version >= 5)
if (Version >= 4)
{
Printf("Bytes: %d\n", Nbytes.Value);
UINT32 ByteData;
Expand Down Expand Up @@ -839,4 +839,4 @@ typedef struct

/**** PARSING CODE ****/
LittleEndian();
HLBC Hlbc;
HLBC Hlbc;

0 comments on commit d42d6a1

Please sign in to comment.