From 8607bbf06d0fd1781c6ea7cb551327bfde2a6b4b Mon Sep 17 00:00:00 2001 From: hackykid Date: Wed, 15 Jun 2005 17:27:14 +0000 Subject: (svn r2444) - CodeChange: Add an enum for demagicifying the values of the 'flags' parameter of DrawFrameRect(). (_Abraxa_) --- aircraft_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aircraft_gui.c') diff --git a/aircraft_gui.c b/aircraft_gui.c index 3515d0c24..ae475173a 100644 --- a/aircraft_gui.c +++ b/aircraft_gui.c @@ -67,7 +67,7 @@ static void DrawAircraftImage(const Vehicle *v, int x, int y, VehicleID selectio if (v->subtype == 0) DrawSprite(0xF3D, x+25, y+5); if (v->index == selection) { - DrawFrameRect(x-1, y-1, x+58, y+21, 0xF, 0x10); + DrawFrameRect(x-1, y-1, x+58, y+21, 0xF, FR_BORDERONLY); } } -- cgit v1.2.3-54-g00ecf