mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-12 07:16:01 +00:00
extra guards
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
namespace hr {
|
||||
|
||||
EX namespace crystal {
|
||||
#if CAP_CRYSTAL
|
||||
|
||||
#if HDR
|
||||
static const int MAXDIM = 7;
|
||||
@@ -34,6 +33,8 @@ struct ldcoord : public array<ld, MAXDIM> {
|
||||
static const ldcoord ldc0 = {};
|
||||
#endif
|
||||
|
||||
#if CAP_CRYSTAL
|
||||
|
||||
/** Crystal can be bitruncated either by changing variation to bitruncated.
|
||||
* In case of the 4D Crystal, the standard HyperRogue bitruncation becomes
|
||||
* confused by having both the original and new vertices of degree 8.
|
||||
|
Reference in New Issue
Block a user