File diff r23538:8df50944b27a → r23539:bce8329ee42d
src/vehicle.cpp
Show inline comments
 
@@ -688,7 +688,7 @@ void ResetVehicleColourMap()
 
 * List of vehicles that should check for autoreplace this tick.
 
 * Mapping of vehicle -> leave depot immediately after autoreplace.
 
 */
 
typedef SmallMap<Vehicle *, bool, 4> AutoreplaceMap;
 
typedef SmallMap<Vehicle *, bool> AutoreplaceMap;
 
static AutoreplaceMap _vehicles_to_autoreplace;
 

	
 
void InitializeVehicles()