X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fconf_gfx.c;h=dae096899130d329634c90881c96caec483c94c2;hp=53176615aadfa7573fb28af1eab7e776c983a2a9;hb=7b47ce7ba0f673f0de5130daf5726104d0b38902;hpb=ee0895b12e544444db37febb1242bcc8a72d6ad8 diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 53176615..dae09689 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -36,7 +36,7 @@ struct ConfigInfo image_config_suffix[] = { ".mode_pingpong2", "false", TYPE_BOOLEAN }, { ".mode_random", "false", TYPE_BOOLEAN }, { ".mode_reverse", "false", TYPE_BOOLEAN }, - { ".global_sync", ARG_UNDEFINED, TYPE_BOOLEAN }, + { ".global_sync", "false", TYPE_BOOLEAN }, { NULL, NULL, 0 } }; @@ -531,10 +531,14 @@ struct ConfigInfo image_config[] = { "sp_explosion.xpos", "8" }, { "sp_explosion.ypos", "3" }, { "sp_explosion.frames", "8" }, + { "sp_explosion.delay", "3" }, + { "sp_explosion.mode_linear", "true" }, { "sp_explosion_infotron", "RocksSP.pcx" }, { "sp_explosion_infotron.xpos", "8" }, { "sp_explosion_infotron.ypos", "4" }, { "sp_explosion_infotron.frames", "8" }, + { "sp_explosion.delay", "3" }, + { "sp_explosion.mode_linear", "true" }, /* images for Sokoban style elements and actions */