aircraft_gui.c
changeset 3732 c9c5f8635c9c
parent 3491 35d747bb5e82
child 3884 793081f80381
equal deleted inserted replaced
3731:ab294968b9eb 3732:c9c5f8635c9c
   925 	int sel, i = 0;
   925 	int sel, i = 0;
   926 
   926 
   927 	sel = v->cur_order_index;
   927 	sel = v->cur_order_index;
   928 
   928 
   929 	FOR_VEHICLE_ORDERS(v, order) {
   929 	FOR_VEHICLE_ORDERS(v, order) {
   930 		if (sel == 0) {
   930 		if (sel == 0) DrawString(x - 6, y, STR_SMALL_RIGHT_ARROW, 16);
   931 			_stringwidth_base = 0xE0;
       
   932 			DoDrawString( "\xAF", x-6, y, 16);
       
   933 			_stringwidth_base = 0;
       
   934 		}
       
   935 		sel--;
   931 		sel--;
   936 
   932 
   937 		if (order->type == OT_GOTO_STATION) {
   933 		if (order->type == OT_GOTO_STATION) {
   938 			SetDParam(0, order->station);
   934 			SetDParam(0, order->station);
   939 			DrawString(x, y, STR_A036, 0);
   935 			DrawString(x, y, STR_A036, 0);