1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-01-21 18:34:32 +00:00

do not do walls if walls not implemented

This commit is contained in:
Zeno Rogue
2019-10-12 13:47:41 +02:00
parent ad15ecf3e6
commit 7246605329
5 changed files with 15 additions and 2 deletions

View File

@@ -1197,7 +1197,9 @@ EX void set_geometry(eGeometry target) {
}
geometry = target;
if(chaosmode && bounded) chaosmode = false;
if(chaosmode && bounded) chaosmode = 0;
if(chaosmode == 1 && walls_not_implemented()) chaosmode = 0;
if(euclid6) variation = eVariation::bitruncated;
#if CAP_IRR
if(IRREGULAR) variation = eVariation::bitruncated;