X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Ffiles.c;h=39c0321ac51ad81576d56661450db81803a48ed9;hp=409ede257fb8e6dc9322ec7b6943bb928b087b56;hb=f5548497f854106cbd0aec58642649c94d91f6e3;hpb=bbf7eaa09cd8d4c86237bd67b8770ec54bdf026f diff --git a/src/files.c b/src/files.c index 409ede25..39c0321a 100644 --- a/src/files.c +++ b/src/files.c @@ -1075,6 +1075,18 @@ static struct LevelFileConfigInfo chunk_config_CUSX_base[] = &xx_ei.move_delay_random, 0, &yy_ei.move_delay_random }, + { + -1, -1, + TYPE_INTEGER, CONF_VALUE_16_BIT(16), + &xx_ei.step_delay_fixed, 0, + &yy_ei.step_delay_fixed + }, + { + -1, -1, + TYPE_INTEGER, CONF_VALUE_16_BIT(17), + &xx_ei.step_delay_random, 0, + &yy_ei.step_delay_random + }, { -1, -1,