town_gui.c
changeset 2406 be5cfb8cd20d
parent 2187 2a51f8925eeb
child 2548 97ada3bd2702
equal deleted inserted replaced
2405:15bd795d3614 2406:be5cfb8cd20d
   434 		}
   434 		}
   435 
   435 
   436 		SetVScrollCount(w, _num_town_sort);
   436 		SetVScrollCount(w, _num_town_sort);
   437 
   437 
   438 		DrawWindowWidgets(w);
   438 		DrawWindowWidgets(w);
   439 		DoDrawString(_town_sort_order & 1 ? "\xAA" : "\xA0", (_town_sort_order <= 1) ? 88 : 187, 15, 0x10);
   439 		DoDrawString(_town_sort_order & 1 ? DOWNARROW : UPARROW, (_town_sort_order <= 1) ? 88 : 187, 15, 0x10);
   440 
   440 
   441 		{
   441 		{
   442 			Town *t;
   442 			Town *t;
   443 			int n = 0;
   443 			int n = 0;
   444 			uint16 i = w->vscroll.pos;
   444 			uint16 i = w->vscroll.pos;