mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-16 19:18:05 +00:00
Merge pull request #59 from Quuxplusone/mingw
Fix some issues with the MinGW build
This commit is contained in:
@@ -1499,7 +1499,7 @@ namespace patterns {
|
||||
#if CAP_TEXTURE
|
||||
#define REMAP_TEXTURE texture::config.remap()
|
||||
#else
|
||||
#define REMAP_TEXTURE
|
||||
#define REMAP_TEXTURE (void)0
|
||||
#endif
|
||||
|
||||
void showPattern() {
|
||||
|
||||
Reference in New Issue
Block a user