From 5ff14c3d16ba435cd77d90486af7c39d31281e01 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 29 Oct 2017 23:11:14 +0100 Subject: [PATCH] fixed Euclidean Zebra --- cell.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cell.cpp b/cell.cpp index a1ef8fa6..c062d598 100644 --- a/cell.cpp +++ b/cell.cpp @@ -961,7 +961,8 @@ int fiftyval049(cell *c) { // zebraval int zebra40(cell *c) { - if(ctof(c)) return (c->master->zebraval/10); + if(euclid) return eupattern(c); + else if(ctof(c)) return (c->master->zebraval/10); else if(sphere) return 0; else if(euclid) return eupattern(c); else {