mirror of https://github.com/OpenTTD/OpenTTD
Codechange: Avoid STR_NULL in header file.
parent
8006a18618
commit
aebc195776
|
@ -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