diff --git a/contrib/extractor/adt.h b/contrib/extractor/adt.h index db2dade23..7fb8dc078 100644 --- a/contrib/extractor/adt.h +++ b/contrib/extractor/adt.h @@ -92,10 +92,10 @@ typedef struct { uint16 type; float heightLevel1; float heightLevel2; - byte xOffset; - byte yOffset; - byte width; - byte height; + uint8 xOffset; + uint8 yOffset; + uint8 width; + uint8 height; uint32 ofsData2a; uint32 ofsData2b; } MH2O_Data1;