Implement new cmserver join packet

This commit is contained in:
dP
2025-12-04 23:42:37 +05:00
parent 5dc4ad065b
commit 0cca44ef47
4 changed files with 19 additions and 1 deletions
+4
View File
@@ -96,3 +96,7 @@ const char _openttd_content_version[] = "14.0";
* have to adjust the major by 16.
*/
const uint32_t _openttd_newgrf_version = (14 + 16) << 24 | 0 << 20 | 1 << 19 | 28004;
const std::string _citymania_survey_key = "cmclient";
const std::string _citymania_revision_hash = "${REV_HASH}";
const uint8_t _citymania_revision_modified = ${REV_MODIFIED};