rnd-20030304-2-src
[rocksndiamonds.git] / src / conf_gfx.c
index b20c77841b938510499d9e32fa4c6407ff58b8d6..afa0ffba4ad8dd928c80fb89eb53b15eb3164265 100644 (file)
@@ -3092,6 +3092,10 @@ struct ConfigInfo image_config[] =
   { "global.border",                           "RocksScreen.pcx"       },
   { "global.door",                             "RocksDoor.pcx"         },
 
+  { "editor.element_border",                   "RocksElements.pcx"     },
+  { "editor.element_border.xpos",              "0"                     },
+  { "editor.element_border.ypos",              "0"                     },
+
   { "background",                              UNDEFINED_FILENAME      },
   { "background.MAIN",                         UNDEFINED_FILENAME      },
   { "background.LEVELS",                       UNDEFINED_FILENAME      },
@@ -3132,7 +3136,5 @@ struct ConfigInfo image_config[] =
 
   { "global.num_toons",                                "20"                    },
 
-  { "menu.main.hide_static_text",              "false"                 },
-
   { NULL,                                      NULL                    }
 };