allowed more settings to be floating point numbers

This commit is contained in:
Monica Moniot
2022-11-30 14:54:55 -05:00
parent dce5d2e460
commit f5cd2d1c52
3 changed files with 9 additions and 9 deletions

View File

@@ -46,7 +46,7 @@ data:extend({
maximum_value = 2147483647,
},
{
type = "int-setting",
type = "double-setting",
name = "cybersyn-warmup-time",
order = "ae",
setting_type = "runtime-global",
@@ -55,7 +55,7 @@ data:extend({
maximum_value = 2147483647,
},
{
type = "int-setting",
type = "double-setting",
name = "cybersyn-stuck-train-time",
order = "af",
setting_type = "runtime-global",