equal
deleted
inserted
replaced
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); |