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
|
||||
#endif
|
||||
|
||||
#if ISSTEAM
|
||||
#define override
|
||||
#endif
|
||||
|
||||
#ifndef ISWEB
|
||||
#define ISWEB 0
|
||||
#endif
|
||||
@ -480,3 +484,5 @@ union SDL_Event;
|
||||
#ifndef CAP_FIELD
|
||||
#define CAP_FIELD (!(ISMINI))
|
||||
#endif
|
||||
|
||||
#undef TRANSPARENT
|
||||
|
Loading…
Reference in New Issue
Block a user