mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 01:00:25 +00:00
yet another weird bug
This commit is contained in:
parent
f94a262d71
commit
c1a12172ae
2
hyper.h
2
hyper.h
@ -129,7 +129,7 @@ void addMessage(string s, char spamtype = 0);
|
||||
#define cgclass (ginf[geometry].cclass)
|
||||
#define euclid (cgclass == gcEuclid)
|
||||
#define sphere (cgclass == gcSphere)
|
||||
#define solnih (cgclass = gcSolNIH)
|
||||
#define solnih (cgclass == gcSolNIH)
|
||||
#define sol (ginf[geometry].flags & qSOL)
|
||||
#define nih (ginf[geometry].flags & qNIH)
|
||||
#define nil (cgclass == gcNil)
|
||||
|
Loading…
Reference in New Issue
Block a user