mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +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;
|
||||
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue