From c1aac5e664edcc9e6c8c2704978426857fdb251e Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 30 Nov 2018 14:45:19 +0100 Subject: [PATCH] a38 now actually checks that S3 == 3 --- hyper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyper.h b/hyper.h index e658b16e..ea9518a1 100644 --- a/hyper.h +++ b/hyper.h @@ -115,7 +115,7 @@ void addMessage(string s, char spamtype = 0); #define a47 (S3 == 4 && S7 == 7) #define a457 (S3 == 4 && S7 != 6) #define a467 (S3 == 4 && S7 >= 6) -#define a38 (S7 == 8) +#define a38 (S3 == 3 && S7 == 8) #define sphere4 (sphere && S7 == 4) #define stdeuc (geometry == gNormal || geometry == gEuclid || geometry == gEuclidSquare) #define smallsphere (S7 < 5)