Changeset - r7417:829d908ad0e1
[Not reviewed]
master
0 1 0
maedhros - 17 years ago 2007-08-06 12:54:03
maedhros@openttd.org
(svn r10810) -Fix (r10097): Add a comma between different cargo types if an articulated vehicle carries more than one cargo.
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/roadveh_gui.cpp
Show inline comments
 
@@ -145,6 +145,8 @@ static void RoadVehDetailsWndProc(Window
 

	
 
					if (!first) strecat(capacity, ", ", lastof(capacity));
 
					strecat(capacity, buffer, lastof(capacity));
 

	
 
					first = false;
 
				}
 
			}
 

	
0 comments (0 inline, 0 general)