rnd-19990107-2
[rocksndiamonds.git] / src / tools.c
index 424a3272071868cb0877171f5dfffab88fa7a544..0c8bde1b9e04ef02429fdcd9027d9813b2338375 100644 (file)
@@ -1383,6 +1383,9 @@ void DrawMicroLevel(int xpos, int ypos)
 {
   int x,y;
 
+  /* determine border element for this level */
+  SetBorderElement();
+
   XFillRectangle(display, drawto, gc,
                 xpos - MICRO_TILEX, ypos - MICRO_TILEY,
                 MICRO_TILEX * (STD_LEV_FIELDX + 2),