From d1bd0af5019d1d0c39f655c1f8c3c86486b2f710 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Sat, 25 May 2024 18:37:41 +0200 Subject: [PATCH 1/1] changed default game cycle delay value for BD engine --- src/files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/files.c b/src/files.c index 7d4dc9d0..e1599639 100644 --- a/src/files.c +++ b/src/files.c @@ -274,7 +274,7 @@ static struct LevelFileConfigInfo chunk_config_INFO[] = { -1, -1, TYPE_INTEGER, CONF_VALUE_16_BIT(6), - &li.bd_cycle_delay_ms, 200 + &li.bd_cycle_delay_ms, 160 }, { -1, -1, -- 2.34.1