1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-20 16:37:40 +00:00

removed #define ALPHA from hyper.h

This commit is contained in:
Zeno Rogue
2019-12-14 12:18:24 +01:00
parent be5be7e59f
commit 3f0e8851ae
4 changed files with 4 additions and 3 deletions

View File

@@ -109,7 +109,6 @@ void addMessage(string s, char spamtype = 0);
#define cginf ginf[geometry]
#define ALPHA (M_PI*2/S7)
#define S7 cginf.sides
#define S3 cginf.vertex
#define hyperbolic_37 (S7 == 7 && S3 == 3 && !bt::in() && !arcm::in())