mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
fixed plain floor shapes in order-4 geometries (previously only worked in Euclid Squares of these
This commit is contained in:
parent
1a72a629ea
commit
90d2f7e274
@ -261,7 +261,7 @@ void generate_floorshapes() {
|
||||
if(&fsh == &shBigHepta) td += S6;
|
||||
|
||||
int b = 0;
|
||||
if(euclid4 && !nonbitrunc) b += S14;
|
||||
if(S3 == 4 && !nonbitrunc) b += S14;
|
||||
|
||||
bshape(fsh.b[0], fsh.prio);
|
||||
if(nonbitrunc) {
|
||||
|
Loading…
Reference in New Issue
Block a user