rnd-20130905-1-src
[rocksndiamonds.git] / src / tools.c
index bc63ef9aebf4d4adf4a261908322a13165062566..63eee0d92699e6b5adaf3f6c419484ad0ac49df6 100644 (file)
@@ -399,6 +399,7 @@ void BackToFront()
   // never redraw single tiles, always redraw the whole field
   // (redrawing single tiles up to a certain threshold was faster on old,
   // now legacy graphics, but slows things down on modern graphics now)
+  // UPDATE: this is now globally defined by value of REDRAWTILES_THRESHOLD
   if (redraw_mask & REDRAW_TILES)
     redraw_mask |= REDRAW_FIELD;
 #endif