X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fconf_gfx.c;h=7fe204c964282c5bc09048cf567e4f50227875dc;hp=20485e5145c88a14f2c1707dba8c9a6d27b1168d;hb=0d94a23b362fe86e235879506500512a1a6d1486;hpb=f735e313633757dd62f437beaf48d7daa4a17822 diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 20485e51..7fe204c9 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -7539,8 +7539,8 @@ struct ConfigInfo image_config[] = { "tape.symbol.warp_forward.y", "42" }, { "tape.symbol.warp_forward_blind.x", "39" }, { "tape.symbol.warp_forward_blind.y", "42" }, - { "tape.symbol.pause_before_end.x", "39" }, - { "tape.symbol.pause_before_end.y", "42" }, + { "tape.symbol.pause_before_end.x", "-1" }, + { "tape.symbol.pause_before_end.y", "-1" }, { "tape.symbol.single_step.x", "-1" }, { "tape.symbol.single_step.y", "-1" }, @@ -7556,8 +7556,8 @@ struct ConfigInfo image_config[] = { "tape.label.play.y", "41" }, { "tape.label.fast_forward.x", "5" }, { "tape.label.fast_forward.y", "42" }, - { "tape.label.warp_forward.x", "-1" }, - { "tape.label.warp_forward.y", "-1" }, + { "tape.label.warp_forward.x", "5" }, + { "tape.label.warp_forward.y", "42" }, { "tape.label.warp_forward_blind.x", "5" }, { "tape.label.warp_forward_blind.y", "42" }, { "tape.label.pause_before_end.x", "5" },