File diff r23022:731ae1300799 → r23023:7b8669afd1db
src/autoreplace_cmd.cpp
Show inline comments
 
@@ -32,7 +32,6 @@ extern void ChangeVehicleViewWindow(Vehi
 
 * Figure out if two engines got at least one type of cargo in common (refitting if needed)
 
 * @param engine_a one of the EngineIDs
 
 * @param engine_b the other EngineID
 
 * @param type the type of the engines
 
 * @return true if they can both carry the same type of cargo (or at least one of them got no capacity at all)
 
 */
 
static bool EnginesHaveCargoInCommon(EngineID engine_a, EngineID engine_b)