mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 01:37:01 +00:00
Fixed extractor build on *nix
This commit is contained in:
parent
bfe899b126
commit
4e49be5987
1 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue