diff -r 8497de87e4a2 -r 70baf462aff1 ship_gui.c --- a/ship_gui.c Wed Jun 15 17:18:32 2005 +0000 +++ b/ship_gui.c Wed Jun 15 17:27:14 2005 +0000 @@ -64,7 +64,7 @@ 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); } }