From a70caed4be3ccb0d3ad67e293c91799109e70798 Mon Sep 17 00:00:00 2001 From: meep-eep Date: Tue, 26 Aug 2003 03:22:58 +0000 Subject: [PATCH] Decreased spacing in melee team list load view from 2 pixels to 1 pixel so that everything fits, from chmmravatar. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1124 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/melee.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/src/sc2code/melee.c b/sc2/src/sc2code/melee.c index dd5c7e72a..20a2bceb0 100644 --- a/sc2/src/sc2code/melee.c +++ b/sc2/src/sc2code/melee.c @@ -821,7 +821,7 @@ DrawFileStrings (PMELEE_STATE pMS, int HiLiteState) StarShipPtr = LockStarShip (&master_q, hStarShip); s.frame = StarShipPtr->RaceDescPtr->ship_info.icons; DrawStamp (&s); - s.origin.x += 18; + s.origin.x += 17; UnlockStarShip (&master_q, hStarShip); } }