mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-28 17:09:10 +00:00
Codechange: Avoid STR_NULL in header file.
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user