X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=1c1bb6e443b6341ff0075852051151cb61b5fc4a;hb=e946a4f25cf18a083043d05beca2887ad16d7b53;hp=9c608bbc805e9ef5621319da5749c75ffee5c3cb;hpb=92204d79d159df0be4bd05c4b4e4dabbcaefe805;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 9c608bbc..1c1bb6e4 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -99,24 +99,28 @@ struct ConfigInfo image_config[] = { "bd_magic_wall.active.frames", "4" }, { "bd_magic_wall.active.mode_reverse", "true" }, { "bd_magic_wall.active.delay", "4" }, + { "bd_magic_wall.active.global_sync", "true" }, { "bd_magic_wall_filling", "RocksElements.pcx" }, { "bd_magic_wall_filling.xpos", "12" }, { "bd_magic_wall_filling.ypos", "10" }, { "bd_magic_wall_filling.frames", "4" }, { "bd_magic_wall_filling.mode_reverse", "true" }, { "bd_magic_wall_filling.delay", "4" }, + { "bd_magic_wall_filling.global_sync", "true" }, { "bd_magic_wall_full", "RocksElements.pcx" }, { "bd_magic_wall_full.xpos", "12" }, { "bd_magic_wall_full.ypos", "10" }, { "bd_magic_wall_full.frames", "4" }, { "bd_magic_wall_full.mode_reverse", "true" }, { "bd_magic_wall_full.delay", "4" }, + { "bd_magic_wall_full.global_sync", "true" }, { "bd_magic_wall_emptying", "RocksElements.pcx" }, { "bd_magic_wall_emptying.xpos", "12" }, { "bd_magic_wall_emptying.ypos", "10" }, { "bd_magic_wall_emptying.frames", "4" }, { "bd_magic_wall_emptying.mode_reverse", "true" }, { "bd_magic_wall_emptying.delay", "4" }, + { "bd_magic_wall_emptying.global_sync", "true" }, { "bd_magic_wall_dead", "RocksElements.pcx" }, { "bd_magic_wall_dead.xpos", "12" }, { "bd_magic_wall_dead.ypos", "10" }, @@ -774,24 +778,28 @@ struct ConfigInfo image_config[] = { "magic_wall.active.frames", "4" }, { "magic_wall.active.mode_reverse", "true" }, { "magic_wall.active.delay", "4" }, + { "magic_wall.active.global_sync", "true" }, { "magic_wall_filling", "RocksElements.pcx" }, { "magic_wall_filling.xpos", "0" }, { "magic_wall_filling.ypos", "8" }, { "magic_wall_filling.frames", "4" }, { "magic_wall_filling.mode_reverse", "true" }, { "magic_wall_filling.delay", "4" }, + { "magic_wall_filling.global_sync", "true" }, { "magic_wall_full", "RocksElements.pcx" }, { "magic_wall_full.xpos", "0" }, { "magic_wall_full.ypos", "8" }, { "magic_wall_full.frames", "4" }, { "magic_wall_full.mode_reverse", "true" }, { "magic_wall_full.delay", "4" }, + { "magic_wall_full.global_sync", "true" }, { "magic_wall_emptying", "RocksElements.pcx" }, { "magic_wall_emptying.xpos", "0" }, { "magic_wall_emptying.ypos", "8" }, { "magic_wall_emptying.frames", "4" }, { "magic_wall_emptying.mode_reverse", "true" }, { "magic_wall_emptying.delay", "4" }, + { "magic_wall_emptying.global_sync", "true" }, { "magic_wall_dead", "RocksElements.pcx" }, { "magic_wall_dead.xpos", "0" }, { "magic_wall_dead.ypos", "8" },