mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-12 13:17:38 +00:00
fixed plain floor shapes in order-4 geometries (previously only worked in Euclid Squares of these
This commit is contained in:
@@ -261,7 +261,7 @@ void generate_floorshapes() {
|
|||||||
if(&fsh == &shBigHepta) td += S6;
|
if(&fsh == &shBigHepta) td += S6;
|
||||||
|
|
||||||
int b = 0;
|
int b = 0;
|
||||||
if(euclid4 && !nonbitrunc) b += S14;
|
if(S3 == 4 && !nonbitrunc) b += S14;
|
||||||
|
|
||||||
bshape(fsh.b[0], fsh.prio);
|
bshape(fsh.b[0], fsh.prio);
|
||||||
if(nonbitrunc) {
|
if(nonbitrunc) {
|
||||||
|
Reference in New Issue
Block a user