a38 now actually checks that S3 == 3

This commit is contained in:
Zeno Rogue 2018-11-30 14:45:19 +01:00
parent ef3310f764
commit c1aac5e664
1 changed files with 1 additions and 1 deletions

View File

@ -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)