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

@@ -1599,6 +1599,7 @@ static const NIVariable _niv_railtypes[] = {
NIV(0x42, "level crossing status"),
NIV(0x43, "construction date"),
NIV(0x44, "town zone"),
NIV(A2VRI_RAILTYPE_ADJACENT_CROSSING, "adjacent crossing"),
NIV_END()
};