mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-21 08:57:39 +00:00
aperiodic is now distinct from kite::in
This commit is contained in:
1
hyper.h
1
hyper.h
@@ -200,6 +200,7 @@ void addMessage(string s, char spamtype = 0);
|
||||
|
||||
#define INVERSE among(variation, eVariation::unrectified, eVariation::warped, eVariation::untruncated )
|
||||
|
||||
#define aperiodic (cgflags & qAPERIODIC)
|
||||
#define UNRECTIFIED (variation == eVariation::unrectified)
|
||||
#define WARPED (variation == eVariation::warped)
|
||||
#define UNTRUNCATED (variation == eVariation::untruncated)
|
||||
|
Reference in New Issue
Block a user