From a11d2726fbb1391c6406e0034082cc540578ecc7 Mon Sep 17 00:00:00 2001 From: ? Date: Wed, 27 Feb 2019 18:34:27 +0100 Subject: [PATCH] 3d:: mirrors are broken, but produce no effect --- complex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/complex.cpp b/complex.cpp index a9e7ad89..0f93bbc3 100644 --- a/complex.cpp +++ b/complex.cpp @@ -1258,6 +1258,7 @@ namespace mirror { } void createHere(cellwalker cw, int cpid) { + if(DIM == 3) return; if(!cw.at) return; if(cw.at->wall == waCloud) createMirages(cw, cpid); @@ -1267,7 +1268,6 @@ namespace mirror { void breakMirror(cellwalker cw, int pid) { if(!cw.at) return; - if(DIM == 3) return; cell *c = cw.at; if(c->wall == waMirror || c->wall == waCloud) { drawParticles(c, winf[c->wall].color, 16);