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:
@@ -821,7 +821,7 @@ DrawFileStrings (PMELEE_STATE pMS, int HiLiteState)
|
|||||||
StarShipPtr = LockStarShip (&master_q, hStarShip);
|
StarShipPtr = LockStarShip (&master_q, hStarShip);
|
||||||
s.frame = StarShipPtr->RaceDescPtr->ship_info.icons;
|
s.frame = StarShipPtr->RaceDescPtr->ship_info.icons;
|
||||||
DrawStamp (&s);
|
DrawStamp (&s);
|
||||||
s.origin.x += 18;
|
s.origin.x += 17;
|
||||||
UnlockStarShip (&master_q, hStarShip);
|
UnlockStarShip (&master_q, hStarShip);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user