From 78a8c05925dd9ca3cd0ab2588e84f3c86724e7dc Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Sun, 9 Jun 2019 01:50:02 +0200 Subject: [PATCH] Clean up ParseMPQHeader --- structs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structs.h b/structs.h index f7fd05cbb..d052fdb5c 100644 --- a/structs.h +++ b/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;