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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user