Fixed extractor build on *nix

This commit is contained in:
arrai 2008-12-06 20:55:18 +01:00
parent bfe899b126
commit 4e49be5987

View file

@ -92,10 +92,10 @@ typedef struct {
uint16 type; uint16 type;
float heightLevel1; float heightLevel1;
float heightLevel2; float heightLevel2;
byte xOffset; uint8 xOffset;
byte yOffset; uint8 yOffset;
byte width; uint8 width;
byte height; uint8 height;
uint32 ofsData2a; uint32 ofsData2a;
uint32 ofsData2b; uint32 ofsData2b;
} MH2O_Data1; } MH2O_Data1;