File diff r13023:9f6499c8d4fb → r13024:48c81d0b078a
src/newgrf_industries.cpp
Show inline comments
 
@@ -557,5 +557,5 @@ void IndustryProductionCallback(Industry
 
		SB(object.callback_param2, 24, 8, again);
 
	}
 

	
 
	InvalidateWindow(WC_INDUSTRY_VIEW, ind->index);
 
	SetWindowDirty(WC_INDUSTRY_VIEW, ind->index);
 
}