mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-23 18:07:41 +00:00
CHANGED_VARIATION now considers 'pure' to be the default variation of the binary and Archimedean tilings
This commit is contained in:
2
hyper.h
2
hyper.h
@@ -138,7 +138,7 @@ void addMessage(string s, char spamtype = 0);
|
||||
#define PURE (variation == eVariation::pure)
|
||||
#define BITRUNCATED (variation == eVariation::bitruncated)
|
||||
|
||||
#define CHANGED_VARIATION (!BITRUNCATED)
|
||||
#define CHANGED_VARIATION (variation != ginf[geometry].default_variation)
|
||||
|
||||
#define STDVAR (PURE || BITRUNCATED)
|
||||
#define NONSTDVAR (!STDVAR)
|
||||
|
Reference in New Issue
Block a user