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
{
int dwFlags;
unsigned int dwFlags;
char *pszStr;
void (__cdecl *fnMenu)(); /* fix, should have one arg */
};
@ -248,8 +248,8 @@ struct SpellData
struct Coord
{
unsigned char x;
unsigned char y;
char x;
char y;
};
struct RECT8

Loading…
Cancel
Save