From e762da439ce8a512b3c207bbda00f5553b12c27e Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 21 Mar 2024 19:17:12 +0100 Subject: [PATCH] fixed the lack of non-trapdoors in Zebra 435 --- landgen.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/landgen.cpp b/landgen.cpp index ad262e89..5b377f3f 100644 --- a/landgen.cpp +++ b/landgen.cpp @@ -201,7 +201,6 @@ EX bool is_zebra_trapdoor(cell *c) { else if(PURE && reg3::exact_rules()) switch(geometry) { case gSpace534: { if(c->master->fieldval == 0) return true; - forCellCM(c1, c) if(c1->master->fieldval == 0) return true; return false; } case gSpace435: {