OpenTTD / nml

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

Add: Support for faster ship speed 23 and acceleration 24 (OTTD #10734) #315

Closed zephyris closed 7 months ago

zephyris commented 7 months ago

Add support for the new ship Action0 properties from OTTD#10734. Add support for 0x24 byte for ship acceleration and 0x23 word for ship speed, the latter only set if speed is >255 thus does not fit in the existing 0x0B byte for ship speed.

(This seems to work as expected, but is my first time trying to update nml - I may well have made mistakes/be wrong!)