OpenTTD / nml

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

Fix #295: Adjust version_openttd for OpenTTD >= 12.0. #296

Closed frosch123 closed 1 year ago

frosch123 commented 1 year ago

See examples in regression test for new valid syntax.

For OpenTTD >= 12.0 the "release"-flag is never set. That means testing for version_openttd(13,0) > openttd_version will return True for all alpha/nightly builds of the 13.0 branch ("master" at the time).