1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-19 04:29:09 +00:00

(svn r14313) -Codechange: Move functions dealing with the EngineRenew pool to their own file.

This commit is contained in:
frosch
2008-09-13 15:49:29 +00:00
parent 0251a9c529
commit 856157b6da
9 changed files with 184 additions and 144 deletions

View File

@@ -39,7 +39,7 @@ extern TileIndex _cur_tileloop_tile;
void InitializeVehicles();
void InitializeWaypoints();
void InitializeDepots();
void InitializeEngines();
void InitializeEngineRenews();
void InitializeOrders();
void InitializeClearLand();
void InitializeRailGui();
@@ -76,7 +76,7 @@ void InitializeGame(uint size_x, uint size_y, bool reset_date)
InitializeOldNames();
}
InitializeEngines();
InitializeEngineRenews();
InitializeVehicles();
InitializeWaypoints();
InitializeDepots();