A few comments.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3742 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -233,9 +233,11 @@ DrawRaceStrings (MENU_STATE *pMS, BYTE NewRaceItem)
|
|||||||
NewRaceItem = GetIndexFromStarShip (&GLOBAL (avail_race_q),
|
NewRaceItem = GetIndexFromStarShip (&GLOBAL (avail_race_q),
|
||||||
hStarShip);
|
hStarShip);
|
||||||
s.frame = SetAbsFrameIndex (pMS->ModuleFrame, 3 + NewRaceItem);
|
s.frame = SetAbsFrameIndex (pMS->ModuleFrame, 3 + NewRaceItem);
|
||||||
|
// Ship name, above the ship image.
|
||||||
DrawStamp (&s);
|
DrawStamp (&s);
|
||||||
FleetPtr = LockFleetInfo (&GLOBAL (avail_race_q), hStarShip);
|
FleetPtr = LockFleetInfo (&GLOBAL (avail_race_q), hStarShip);
|
||||||
s.frame = FleetPtr->melee_icon;
|
s.frame = FleetPtr->melee_icon;
|
||||||
|
// Ship image.
|
||||||
UnlockFleetInfo (&GLOBAL (avail_race_q), hStarShip);
|
UnlockFleetInfo (&GLOBAL (avail_race_q), hStarShip);
|
||||||
|
|
||||||
t.baseline.x = s.origin.x + RADAR_WIDTH - 2;
|
t.baseline.x = s.origin.x + RADAR_WIDTH - 2;
|
||||||
|
|||||||
Reference in New Issue
Block a user