Change FOR_ALL_ cycles to ::Iterate
This commit is contained in:
+4
-1
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user