1
0
Fork 0

Fix for linux

pull/10/head
galaxyhaxz 2018-06-09 04:37:48 -05:00 committed by GitHub
parent 09824edff2
commit 94a5f173d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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