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:
parent
df3e21b310
commit
b63f8a3c4d
@ -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));
|
||||||
|
Loading…
Reference in New Issue
Block a user