1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-08 09:42:59 +00:00

added debug_geometry guard to windmap generator

This commit is contained in:
Zeno Rogue
2025-10-19 17:06:23 +02:00
parent 41dc10be9c
commit 6bc9414cfa

View File

@@ -3736,7 +3736,7 @@ EX namespace windmap {
tries++;
if(tries < maxtries) goto tryagain;
}
println(hlog, "windmap: tries = ", tries, " N = ", N);
if(debug_geometry) println(hlog, "windmap: tries = ", tries, " N = ", N);
if(tries >= maxtries && maxtries >= 20) {
addMessage("Failed to generate an interesting wind/lava pattern.");
}