diff options
author | smatz <smatz@openttd.org> | 2011-02-19 23:05:47 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2011-02-19 23:05:47 +0000 |
commit | 756cc6cf651aa5650f055c70f31f7e07391be8c6 (patch) | |
tree | 8bf5af85e6523ad91ce99606e2b068b9f7513976 /src/company_cmd.cpp | |
parent | 642fb19d4fe4fbb249ddc314f75a35282ce6d28d (diff) | |
download | openttd-756cc6cf651aa5650f055c70f31f7e07391be8c6.tar.xz |
(svn r22116) -Codechange: use PoolBase::Clean() at more places
Diffstat (limited to 'src/company_cmd.cpp')
-rw-r--r-- | src/company_cmd.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/company_cmd.cpp b/src/company_cmd.cpp index b2f42d538..b5764d732 100644 --- a/src/company_cmd.cpp +++ b/src/company_cmd.cpp @@ -601,7 +601,6 @@ static void MaybeStartNewCompany() /** Initialize the pool of companies. */ void InitializeCompanies() { - _company_pool.CleanPool(); _cur_company_tick_index = 0; } |