X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=afa0ffba4ad8dd928c80fb89eb53b15eb3164265;hb=a95264fc39b6eae2473bfd6521c7bf3eef5af804;hp=b20c77841b938510499d9e32fa4c6407ff58b8d6;hpb=5a5342a6ab48037839b783adc4f3304331834a8c;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index b20c7784..afa0ffba 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -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 } };