Loading

Paste #pogxnogid

  1. Index: src/station_cmd.cpp
  2. ===================================================================
  3. --- src/station_cmd.cpp (revision 27254)
  4. +++ src/station_cmd.cpp (working copy)
  5. @@ -3278,7 +3278,7 @@
  6.  
  7.             bool skip = false;
  8.             int rating = 0;
  9. -           uint waiting = ge->cargo.TotalCount();
  10. +           uint waiting = ge->cargo.AvailableCount();
  11.  
  12.             /* num_dests is at least 1 if there is any cargo as
  13.              * INVALID_STATION is also a destination.
  14.  

Comments