Browse Source

Fix for linux

pull/4/head
galaxyhaxz 8 years ago committed by GitHub
parent
commit
94a5f173d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      structs.h

6
structs.h

@ -76,7 +76,7 @@ struct TSFX
struct TMenuItem struct TMenuItem
{ {
int dwFlags; unsigned int dwFlags;
char *pszStr; char *pszStr;
void (__cdecl *fnMenu)(); /* fix, should have one arg */ void (__cdecl *fnMenu)(); /* fix, should have one arg */
}; };
@ -248,8 +248,8 @@ struct SpellData
struct Coord struct Coord
{ {
unsigned char x; char x;
unsigned char y; char y;
}; };
struct RECT8 struct RECT8

Loading…
Cancel
Save