1
0
Fork 0

Codechange: Avoid STR_NULL in header file.

pull/13859/head
Peter Nelson 2025-03-20 23:55:39 +00:00
parent 8006a18618
commit aebc195776
No known key found for this signature in database
GPG Key ID: 8EF8F0A467DF75ED
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ struct CompanyProperties {
};
struct Company : CompanyProperties, CompanyPool::PoolItem<&_company_pool> {
Company(StringID name_1 = STR_NULL, bool is_ai = false);
Company(StringID name_1 = {}, bool is_ai = false);
~Company();
RailTypes avail_railtypes{}; ///< Rail types available to this company.