summaryrefslogtreecommitdiff
path: root/ship_gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'ship_gui.c')
-rw-r--r--ship_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ship_gui.c b/ship_gui.c
index 5100d3805..89eaefabf 100644
--- a/ship_gui.c
+++ b/ship_gui.c
@@ -64,7 +64,7 @@ static void DrawShipImage(const Vehicle *v, int x, int y, VehicleID selection)
DrawSprite(image | ormod, x+32, y+10);
if (v->index == selection) {
- DrawFrameRect(x-5, y-1, x+67, y+21, 15, 0x10);
+ DrawFrameRect(x-5, y-1, x+67, y+21, 15, FR_BORDERONLY);
}
}