File diff r18977:1c3e0e63f950 → r18978:7e76e962d9b9
src/economy.cpp
Show inline comments
 
@@ -471,6 +471,9 @@ void ChangeOwnershipOfCompanyItems(Owner
 
		UpdateSignalsInBuffer();
 
	}
 

	
 
	/* Add airport infrastructure count of the old company to the new one. */
 
	if (new_owner != INVALID_OWNER) Company::Get(new_owner)->infrastructure.airport += Company::Get(old_owner)->infrastructure.airport;
 

	
 
	/* convert owner of stations (including deleted ones, but excluding buoys) */
 
	Station *st;
 
	FOR_ALL_STATIONS(st) {