Change FOR_ALL_ cycles to ::Iterate

This commit is contained in:
dP
2020-01-06 20:45:47 +03:00
parent 1492a22027
commit 47b70f6769
16 changed files with 39 additions and 54 deletions
+4 -1
View File
@@ -19,7 +19,7 @@
*/
bool IsReleasedVersion()
{
return HasBit(_openttd_newgrf_version, 19);
return HasBit(_openttd_newgrf_version, 19);
}
/**
@@ -81,3 +81,6 @@ const byte _openttd_revision_tagged = 1;
* version, thus making comparisons on specific revisions easy.
*/
const uint32 _openttd_newgrf_version = 1 << 28 | 10 << 24 | 0 << 20 | 0 << 19 | 28004;
const char _citymania_version[] = "20200106-master-m1492a22027 06.01.20";