summaryrefslogtreecommitdiff
path: root/roadveh_gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'roadveh_gui.c')
-rw-r--r--roadveh_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/roadveh_gui.c b/roadveh_gui.c
index 019c87d67..0092285cb 100644
--- a/roadveh_gui.c
+++ b/roadveh_gui.c
@@ -66,7 +66,7 @@ static void DrawRoadVehImage(const Vehicle *v, int x, int y, VehicleID selection
DrawSprite(image | ormod, x+14, y+6);
if (v->index == selection) {
- DrawFrameRect(x-1, y-1, x+28, y+12, 15, 0x10);
+ DrawFrameRect(x-1, y-1, x+28, y+12, 15, FR_BORDERONLY);
}
}