roadveh_gui.c
changeset 1938 21bd6ef5f85e
parent 1926 68d60188a22f
child 1962 51ee4f459268
--- a/roadveh_gui.c	Wed Jun 15 17:18:32 2005 +0000
+++ b/roadveh_gui.c	Wed Jun 15 17:27:14 2005 +0000
@@ -66,7 +66,7 @@
 	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);
 	}
 }