OpenTTD / nml

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

Fix 749aa73: station property 0A should be an extended byte #334

Closed glx22 closed 3 months ago

glx22 commented 3 months ago

https://github.com/OpenTTD/nml/pull/287 increased the limits for station ID, but prop0A still write a byte. In https://github.com/OpenTTD/nml/pull/305 I modified IDs in a regression test for prop1C/1D and I didn't noticed prop0A was wrong.

So fix prop0A so it uses an extended byte were needed.