From 56b0912ef0c158e59339ac6dd4ba9298f0bd04fe Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 17 Jun 2022 01:26:44 +0200 Subject: [PATCH] Halloween:: fixed the jack-o-lantern --- complex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/complex.cpp b/complex.cpp index 6758c0fd..f373e22b 100644 --- a/complex.cpp +++ b/complex.cpp @@ -3678,7 +3678,7 @@ EX namespace halloween { halloween::dragoncells[0] = NULL; - if(sphere && geometry == gNormal) { + if(sphere && geometry == gSphere) { for(cell *c: lst) { if(GOLDBERG) { int fv = c->master->fiftyval;