Changeset - r6656:f5841f081711
[Not reviewed]
master
0 1 0
peter1138 - 18 years ago 2007-05-20 05:53:19
peter1138@openttd.org
(svn r9887) -Fix (r9867): Industry production statistics messed up...
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/industry_cmd.cpp
Show inline comments
 
@@ -1649,8 +1649,8 @@ static void UpdateIndustryStatistics(Ind
 
			}
 
			i->pct_transported[j] = pct;
 

	
 
		i->total_production[0] = i->last_mo_production[0];
 
		i->last_mo_production[0] = 0;
 
			i->total_production[j] = i->last_mo_production[j];
 
			i->last_mo_production[j] = 0;
 

	
 
			i->total_transported[j] = i->last_mo_transported[j];
 
			i->last_mo_transported[j] = 0;
0 comments (0 inline, 0 general)