Fix for linux
parent
09824edff2
commit
94a5f173d3
|
@ -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…
Reference in New Issue