X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=7967bac637b556c77ea75ae5bdefc5b2b8c996ea;hb=e5a0a3097d6a6c3afea01b3deeee9b206982ec1d;hp=a85fa0e8699e44baa6b3502e997944495e48b274;hpb=380afea8229172182d887138b6e72751669cf6e0;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index a85fa0e8..7967bac6 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -3451,14 +3451,6 @@ struct ConfigInfo image_config[] = { "emc_android.ypos", "8" }, { "emc_android.frames", "8" }, { "emc_android.delay", "2" }, - { "emc_android.shrinking", "RocksEMC.pcx" }, - { "emc_android.shrinking.xpos", "0" }, - { "emc_android.shrinking.ypos", "8" }, - { "emc_android.shrinking.frames", "1" }, - { "emc_android.growing", "RocksEMC.pcx" }, - { "emc_android.growing.xpos", "0" }, - { "emc_android.growing.ypos", "8" }, - { "emc_android.growing.frames", "1" }, { "emc_grass", "RocksEMC.pcx" }, { "emc_grass.xpos", "0" }, @@ -3668,13 +3660,13 @@ struct ConfigInfo image_config[] = /* !!! TEMPORARILY STORED HERE -- PROBABLY TO BE CHANGED !!! */ /* (for testing, change filename back to "emc_object dot pcx") */ - { "emc_object", "RocksEMC.pcx" }, + { "emc_object", "emc_object.pcx" }, #if 0 { "emc_object.scale_up_factor", "2" }, #endif /* (for testing, change filename back to "emc_sprite dot pcx") */ - { "emc_sprite", "RocksEMC.pcx" }, + { "emc_sprite", "emc_sprite.pcx" }, #if 0 { "emc_sprite.scale_up_factor", "2" }, #endif