mirror of https://github.com/OpenTTD/OpenTTD
(svn r20765) -Fix (r17345): AIEventCompanyAskMerger was disguised as AIEventCompanyMerger (fanioz)
parent
a09bc6c366
commit
1ba35972e6
|
@ -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)
|
||||
{}
|
||||
|
|
Loading…
Reference in New Issue