1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-23 13:43:19 +00:00

fixed plain floor shapes in order-4 geometries (previously only worked in Euclid Squares of these

This commit is contained in:
Zeno Rogue 2018-05-15 23:27:20 +02:00
parent 1a72a629ea
commit 90d2f7e274

View File

@ -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) {