From 90900802b9129f2dcd052a78abb5ae656f7604c5 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_) --- train_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'train_gui.c') diff --git a/train_gui.c b/train_gui.c index 63641a110..070b8e2d9 100644 --- a/train_gui.c +++ b/train_gui.c @@ -342,7 +342,7 @@ static void DrawTrainImage(const Vehicle *v, int x, int y, int count, int skip, ormod = PALETTE_CRASH; DrawSprite(image | ormod, x + 14, y + 6 + _traininfo_vehicle_pitch); if (v->index == selection) - DrawFrameRect(x - 1, y - 1, x + width + 4, y + 12, 15, 0x10); + DrawFrameRect(x - 1, y - 1, x + width + 4, y + 12, 15, FR_BORDERONLY); } x += width + 5; } -- cgit v1.2.3-54-g00ecf