mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +00:00
fixup for Steam/Windows compilers
This commit is contained in:
parent
51ae22363d
commit
c25561bb91
@ -43,6 +43,10 @@
|
|||||||
#define ISSTEAM 0
|
#define ISSTEAM 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ISSTEAM
|
||||||
|
#define override
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef ISWEB
|
#ifndef ISWEB
|
||||||
#define ISWEB 0
|
#define ISWEB 0
|
||||||
#endif
|
#endif
|
||||||
@ -480,3 +484,5 @@ union SDL_Event;
|
|||||||
#ifndef CAP_FIELD
|
#ifndef CAP_FIELD
|
||||||
#define CAP_FIELD (!(ISMINI))
|
#define CAP_FIELD (!(ISMINI))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#undef TRANSPARENT
|
||||||
|
Loading…
Reference in New Issue
Block a user