Codechange: Avoid STR_NULL in header file.

This commit is contained in:
Peter Nelson
2025-03-20 23:55:39 +00:00
committed by Peter Nelson
parent 4ffbf97770
commit 762e2f76a3

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.