changeset 3732 | 84cadfb100ed |
parent 3491 | 4c8427796c64 |
child 3884 | 475989407ceb |
--- a/ship_gui.c Wed May 03 12:17:02 2006 +0000 +++ b/ship_gui.c Wed May 03 14:22:59 2006 +0000 @@ -910,11 +910,7 @@ sel = v->cur_order_index; FOR_VEHICLE_ORDERS(v, order) { - if (sel == 0) { - _stringwidth_base = 0xE0; - DoDrawString("\xAF", x - 6, y, 16); - _stringwidth_base = 0; - } + if (sel == 0) DrawString(x - 6, y, STR_SMALL_RIGHT_ARROW, 16); sel--; if (order->type == OT_GOTO_STATION) {