mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
fpattern for Cube Tiling
This commit is contained in:
parent
d55a2022c0
commit
d22d840f01
@ -1364,6 +1364,10 @@ EX struct fpattern& getcurrfp() {
|
|||||||
fp.Prime = 11; fp.force_hash = 0x363D8DA4u; fp.solve();
|
fp.Prime = 11; fp.force_hash = 0x363D8DA4u; fp.solve();
|
||||||
return fp;
|
return fp;
|
||||||
}
|
}
|
||||||
|
if(geometry == gCubeTiling) {
|
||||||
|
static fpattern fp(2);
|
||||||
|
return fp;
|
||||||
|
}
|
||||||
if(!hyperbolic) return fp_invalid;
|
if(!hyperbolic) return fp_invalid;
|
||||||
if(WDIM == 3 && !quotient && !hybri && !bt::in()) {
|
if(WDIM == 3 && !quotient && !hybri && !bt::in()) {
|
||||||
static fpattern fp(0);
|
static fpattern fp(0);
|
||||||
|
Loading…
Reference in New Issue
Block a user