diff --git a/crystal.cpp b/crystal.cpp index 35193c42..f45e326d 100644 --- a/crystal.cpp +++ b/crystal.cpp @@ -736,7 +736,7 @@ EX color_t colorize(cell *c, char whichCanvas) { coord ico = roundcoord(co); int ones = 0; - for(int i=0; i<4; i++) if((ico[i] & 2) == 2) ones++; + for(int i=0; i 0) return 0x1FF20FF; else if (s < -2) return 0x1C0C0C0; }