3D:: disabled the Thumper animation

This commit is contained in:
Zeno Rogue 2019-05-13 08:59:53 +02:00
parent df3e21b310
commit b63f8a3c4d
1 changed files with 1 additions and 1 deletions

View File

@ -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));