diff --git a/celldrawer.cpp b/celldrawer.cpp index ab88d2d3..1f87cd46 100644 --- a/celldrawer.cpp +++ b/celldrawer.cpp @@ -209,10 +209,10 @@ void celldrawer::setcolors() { for(int a=0; a<21; a++) if((b >> a) & 1) fcol += variant::features[a].color_change; - if(c->wall == waAncientGrave) + /*if(c->wall == waAncientGrave) wcol = 0x080808; else if(c->wall == waFreshGrave) - wcol = 0x202020; + wcol = 0x202020;*/ break; } #endif