mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-09-01 10:59:12 +00:00
(svn r20765) -Fix (r17345): AIEventCompanyAskMerger was disguised as AIEventCompanyMerger (fanioz)
This commit is contained in:
@@ -379,7 +379,7 @@ public:
|
||||
* @param value The value/costs of buying the company.
|
||||
*/
|
||||
AIEventCompanyAskMerger(Owner owner, int32 value) :
|
||||
AIEvent(AI_ET_COMPANY_MERGER),
|
||||
AIEvent(AI_ET_COMPANY_ASK_MERGER),
|
||||
owner((AICompany::CompanyID)owner),
|
||||
value(value)
|
||||
{}
|
||||
|
Reference in New Issue
Block a user