Browse Source

Clean up ParseMPQHeader

pull/133/head
Anders Jenbo 7 years ago
parent
commit
78a8c05925
  1. 2
      structs.h

2
structs.h

@ -1472,7 +1472,7 @@ typedef struct _FILEHEADER {
int signature;
int headersize;
int filesize;
short version;
WORD version;
short sectorsizeid;
int hashoffset;
int blockoffset;

Loading…
Cancel
Save