Changeset - r22092:28c9410c2d90
[Not reviewed]
master
0 1 0
frosch - 9 years ago 2015-04-26 11:43:58
frosch@openttd.org
(svn r27256) -Change [FS#6165]: Do not consider cargo that is already being loaded as waiting cargo wrt. the station rating.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/station_cmd.cpp
Show inline comments
 
@@ -3278,7 +3278,7 @@ static void UpdateStationRating(Station 
 

	
 
			bool skip = false;
 
			int rating = 0;
 
			uint waiting = ge->cargo.TotalCount();
 
			uint waiting = ge->cargo.AvailableCount();
 

	
 
			/* num_dests is at least 1 if there is any cargo as
 
			 * INVALID_STATION is also a destination.
0 comments (0 inline, 0 general)