File diff r8555:63e19bfda16e → r8556:c5860d29500d
src/group_gui.cpp
Show inline comments
 
@@ -480,14 +480,14 @@ static void GroupWndProc(Window *w, Wind
 

	
 
				SetDParam(0, v->unitnumber);
 
				DrawString(x, y2 + 2, v->IsInDepot() ? STR_021F : (v->age > v->max_age - 366 ? STR_00E3 : STR_00E2), TC_FROMSTRING);
 

	
 
				if (w->resize.step_height == PLY_WND_PRC__SIZE_OF_ROW_BIG2) DrawSmallOrderList(v, x + 138, y2);
 

	
 
				SetDParam(0, v->profit_this_year);
 
				SetDParam(1, v->profit_last_year);
 
				SetDParam(0, v->profit_this_year >> 8);
 
				SetDParam(1, v->profit_last_year >> 8);
 
				DrawString(x + 19, y2 + w->resize.step_height - 8, STR_0198_PROFIT_THIS_YEAR_LAST_YEAR, TC_FROMSTRING);
 

	
 
				if (IsValidGroupID(v->group_id)) {
 
					SetDParam(0, v->group_id);
 
					DrawString(x + 19, y2, STR_GROUP_TINY_NAME, TC_BLACK);
 
				}