1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-21 21:28:33 +00:00

fixed automatic pseudohept; Warped walls do generate in arcm

This commit is contained in:
Zeno Rogue
2018-08-21 16:58:09 +02:00
parent 06c57adf4a
commit dc1d3e4ee1
3 changed files with 6 additions and 6 deletions

View File

@@ -235,7 +235,7 @@ void archimedean_tiling::prepare() {
if(tilegroup[i] == tilegroup[j]) flags[i] |= nflags[j/2];
if(!have_ph) {
if(nonbitrunc) {
if(true) {
for(int i=0; i<M; i++) if(tilegroup[i] == 0) flags[i] |= sfPH;
}
else {