From be56844dcc1dc04626b490b9a569d217de1bb566 Mon Sep 17 00:00:00 2001 From: ? Date: Wed, 27 Feb 2019 17:58:41 +0100 Subject: [PATCH] disabled mirrors for now --- complex.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/complex.cpp b/complex.cpp index c335312a..a9e7ad89 100644 --- a/complex.cpp +++ b/complex.cpp @@ -1267,6 +1267,7 @@ 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);