summaryrefslogtreecommitdiff
path: root/src/company_func.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2010-08-06 20:26:01 +0000
committeralberth <alberth@openttd.org>2010-08-06 20:26:01 +0000
commit422a1ad24286594285ec6dc14182dd29a92ea21a (patch)
treeffa575483ded0f88d1b214c97955d112c6947b7b /src/company_func.h
parent5cfc0295236de7f1d32ca23519f35a3ee883f220 (diff)
downloadopenttd-422a1ad24286594285ec6dc14182dd29a92ea21a.tar.xz
(svn r20392) -Fix [FS#3993]: Prevent buying bankrupt companies when you'd get too many vehicles.
Diffstat (limited to 'src/company_func.h')
-rw-r--r--src/company_func.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/company_func.h b/src/company_func.h
index 6fcf348f5..054122788 100644
--- a/src/company_func.h
+++ b/src/company_func.h
@@ -16,6 +16,7 @@
#include "tile_type.h"
#include "gfx_type.h"
+bool MayCompanyTakeOver(CompanyID cbig, CompanyID small);
void ChangeOwnershipOfCompanyItems(Owner old_owner, Owner new_owner);
void GetNameOfOwner(Owner owner, TileIndex tile);
void SetLocalCompany(CompanyID new_company);