Add railtype variable for adjacent crossing information

This commit is contained in:
Jonathan G Rennison
2023-11-26 17:29:27 +00:00
parent a3371fccc6
commit ca23e31986
7 changed files with 53 additions and 0 deletions

View File

@@ -108,6 +108,7 @@ static bool IsExpensiveRailtypeVariable(uint16 variable)
{
switch (variable) {
case A2VRI_RAILTYPE_SIGNAL_VERTICAL_CLEARANCE:
case A2VRI_RAILTYPE_ADJACENT_CROSSING:
return true;
default: