rnd-20030304-2-src
[rocksndiamonds.git] / src / editor.c
index 42926f06e77f695bccaa90b349a43b4985788764..075bed040f75ec6b4d8324ac02a604de4de27a48 100644 (file)
@@ -2791,7 +2791,7 @@ static void DrawDrawingWindow()
 
 static void DrawElementBorder(int dest_x, int dest_y, int width, int height)
 {
-  int border_graphic = IMG_SAND;
+  int border_graphic = IMG_EDITOR_ELEMENT_BORDER;
   Bitmap *src_bitmap;
   int src_x, src_y;
   int num_mini_tilex = width / MINI_TILEX + 1;