Update openttd to 1.9.1

--HG--
branch : openttd
This commit is contained in:
Pavel Stupnikov
2019-04-08 23:29:11 +03:00
parent 6f048dd217
commit c4ba943743
26 changed files with 77 additions and 43 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ const byte _openttd_revision_tagged = !!ISTAG!!;
* final release will always have a lower version number than the released
* version, thus making comparisons on specific revisions easy.
*/
const uint32 _openttd_newgrf_version = 1 << 28 | 9 << 24 | 0 << 20 | !!ISSTABLETAG!! << 19 | 28004;
const uint32 _openttd_newgrf_version = 1 << 28 | 9 << 24 | 1 << 20 | !!ISSTABLETAG!! << 19 | 28004;
#ifdef __MORPHOS__
/**