From 1c857c9422067bbce410dcc32e64bc9605649e58 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Sun, 17 May 2015 20:48:21 +0200 Subject: [PATCH] minor code cleanup --- src/conf_gfx.c | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 11eb95ed..0975d42a 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -5223,18 +5223,6 @@ struct ConfigInfo image_config[] = { "font.info.levelset", UNDEFINED_FILENAME }, { "font.info.levelset.clone_from", "font.level_number" }, - { "global.border", "RocksScreen.png" }, - { "global.door", "RocksDoor.png" }, - - { "global.busy", "RocksBusy.png" }, - { "global.busy.x", "0" }, - { "global.busy.y", "0" }, - { "global.busy.width", "32" }, - { "global.busy.height", "32" }, - { "global.busy.frames", "28" }, - { "global.busy.frames_per_line", "7" }, - { "global.busy.delay", "2" }, - { "editor.element_border", "RocksMore.png" }, { "editor.element_border.xpos", "0" }, { "editor.element_border.ypos", "2" }, @@ -5668,6 +5656,18 @@ struct ConfigInfo image_config[] = { "editor.input.gfx.level_number.height", "16" }, { "editor.input.gfx.level_number.border_size","1" }, + { "global.border", "RocksScreen.png" }, + { "global.door", "RocksDoor.png" }, + + { "global.busy", "RocksBusy.png" }, + { "global.busy.x", "0" }, + { "global.busy.y", "0" }, + { "global.busy.width", "32" }, + { "global.busy.height", "32" }, + { "global.busy.frames", "28" }, + { "global.busy.frames_per_line", "7" }, + { "global.busy.delay", "2" }, + { "background", UNDEFINED_FILENAME }, { "background.TITLE_INITIAL", UNDEFINED_FILENAME }, { "background.TITLE", UNDEFINED_FILENAME }, -- 2.34.1