From b63f8a3c4dedc013e9efe8fb61d4e3912ca6da41 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 13 May 2019 08:59:53 +0200 Subject: [PATCH] 3D:: disabled the Thumper animation --- graph.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graph.cpp b/graph.cpp index 1bcb81e0..c830203a 100644 --- a/graph.cpp +++ b/graph.cpp @@ -4589,7 +4589,7 @@ void drawcell(cell *c, transmatrix V, int spinv, bool mirrored) { asciicol = wcol; - if(c->wall == waThumperOn) { + if(c->wall == waThumperOn && DIM == 2) { ld ds = fractick(160); for(int u=0; u<5; u++) { ld rad = hexf * (.3 * (u + ds));