mirror of https://github.com/OpenTTD/OpenTTD
Codechange: Avoid STR_NULL in header file.
parent
4ffbf97770
commit
762e2f76a3
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue