Adjust chunnel water distance limits and associated texts

This commit is contained in:
Jonathan G Rennison
2024-01-04 02:34:08 +00:00
parent 7bd074f273
commit f6a1f64efb
9 changed files with 25 additions and 9 deletions

View File

@@ -1991,6 +1991,19 @@ static bool DefaultSignalsSettingGUI(SettingOnGuiCtrlData &data)
}
}
static bool ChunnelSettingGUI(SettingOnGuiCtrlData &data)
{
switch (data.type) {
case SOGCT_DESCRIPTION_TEXT:
SetDParam(0, 3);
SetDParam(1, 8);
return true;
default:
return false;
}
}
/* End - GUI callbacks */
/**