1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-04-29 20:11:23 +00:00

more work on Euclidean Squares

This commit is contained in:
Zeno Rogue
2017-12-18 19:04:37 +01:00
parent 836ed087df
commit 5185f0e186
4 changed files with 53 additions and 30 deletions

View File

@@ -360,7 +360,7 @@ void addMessage(string s, char spamtype = 0);
#define a467 (S3 == 4 && S7 >= 6)
#define a38 (S7 == 8)
#define sphere4 (sphere && S7 == 4)
#define stdeuc (geometry == gNormal || geometry == gEuclid)
#define stdeuc (geometry == gNormal || geometry == gEuclid || geometry == gEuclidSquare)
#define smallsphere (S7 < 5)
#define bigsphere (S7 == 5)
#define ap4 (a4 && nontruncated)