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
This commit is contained in:
meep-eep
2003-08-26 03:22:58 +00:00
parent 21a261406e
commit a70caed4be
+1 -1
View File
@@ -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);
}
}