(svn r16326) -Codechange: replace GetPoolItemPoolSize() by PoolItem::GetPoolSize()

This commit is contained in:
smatz
2009-05-16 23:44:36 +00:00
parent d495dc5dbc
commit cf986c3099
26 changed files with 66 additions and 62 deletions

View File

@@ -356,7 +356,7 @@ EngineID EngineOverrideManager::GetID(VehicleType type, uint16 grf_local_id, uin
*/
void SetCachedEngineCounts()
{
uint engines = GetEnginePoolSize();
uint engines = Engine::GetPoolSize();
/* Set up the engine count for all companies */
Company *c;