1
0
Fork 0

Codechange: Avoid STR_NULL in header file.

pull/13851/head
Peter Nelson 2025-03-20 23:55:39 +00:00 committed by Peter Nelson
parent 4ffbf97770
commit 762e2f76a3
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.