mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 22:39:53 +00:00
fixed Wild West not appearing in PTM (last commit fixed other lands)
This commit is contained in:
parent
364605bb1a
commit
d8e7c74f70
2
init.cpp
2
init.cpp
@ -387,7 +387,7 @@ void addMessage(string s, char spamtype = 0);
|
||||
#define ALPHA (M_PI*2/S7)
|
||||
#define S7 ginf[geometry].sides
|
||||
#define S3 ginf[geometry].vertex
|
||||
#define hyperbolic_37 (S7 > 7 && S3 > 3 && hyperbolic)
|
||||
#define hyperbolic_37 (S7 == 7 && S3 == 3)
|
||||
#define hyperbolic_not37 ((S7 > 7 || S3 > 3) && hyperbolic)
|
||||
#define weirdhyperbolic ((S7 > 7 || S3 > 3 || gp::on) && hyperbolic)
|
||||
#define stdhyperbolic (S7 == 7 && S3 == 3 && !gp::on)
|
||||
|
Loading…
Reference in New Issue
Block a user