1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-26 01:50:36 +00:00

3D:: disabled the Thumper animation

This commit is contained in:
Zeno Rogue 2019-05-13 08:59:53 +02:00
parent df3e21b310
commit b63f8a3c4d

View File

@ -4589,7 +4589,7 @@ void drawcell(cell *c, transmatrix V, int spinv, bool mirrored) {
asciicol = wcol; asciicol = wcol;
if(c->wall == waThumperOn) { if(c->wall == waThumperOn && DIM == 2) {
ld ds = fractick(160); ld ds = fractick(160);
for(int u=0; u<5; u++) { for(int u=0; u<5; u++) {
ld rad = hexf * (.3 * (u + ds)); ld rad = hexf * (.3 * (u + ds));