X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_cus.c;h=d0d10b1b6c6f55ff4d973b0190bcd716f99e0e8b;hb=811097f2a67a8f8002672cb777619893b83ca106;hp=bca72f2f38e97284cd2c5fb23e1a1ce6556d4dbd;hpb=05ca3ceb489c27197cf846441c1464536479a5cb;p=rocksndiamonds.git diff --git a/src/conf_cus.c b/src/conf_cus.c index bca72f2f..d0d10b1b 100644 --- a/src/conf_cus.c +++ b/src/conf_cus.c @@ -18,11 +18,6 @@ /* values for graphics configuration (custom elements) */ - { "custom_0", "RocksElements.pcx" }, - { "custom_0.xpos", "5" }, - { "custom_0.ypos", "0" }, - { "custom_0.frames", "1" }, - { "custom_1", "RocksElements.pcx" }, { "custom_1.xpos", "5" }, { "custom_1.ypos", "0" }, @@ -658,5 +653,10 @@ { "custom_127.ypos", "0" }, { "custom_127.frames", "1" }, + { "custom_128", "RocksElements.pcx" }, + { "custom_128.xpos", "5" }, + { "custom_128.ypos", "0" }, + { "custom_128.frames", "1" }, + #endif /* CONF_CUS_C */