OpenTTD / nml

NewGRF Meta Language
GNU General Public License v2.0
42 stars 36 forks source link

Fix a9a1a3e: Don't use station properties 1C/1D for IDs 00-FF #305

Closed glx22 closed 8 months ago

glx22 commented 11 months ago

Properties 1C/1D are supported only by OpenTTD 14+. Also using C5xx range in prop 1C is not supported by OpenTTD.

With this PR C4xx/C5xx are always used for IDs<256 without using properties 1C/1D, and for IDs>=256 the properties are used and the strings are in DCxx range.

Fixes #311