From: <Mee...@us...> - 2012-01-08 14:15:11
|
Revision: 3742 http://sc2.svn.sourceforge.net/sc2/?rev=3742&view=rev Author: Meep-Eep Date: 2012-01-08 14:15:05 +0000 (Sun, 08 Jan 2012) Log Message: ----------- A few comments. Modified Paths: -------------- trunk/sc2/src/uqm/shipyard.c Modified: trunk/sc2/src/uqm/shipyard.c =================================================================== --- trunk/sc2/src/uqm/shipyard.c 2012-01-08 13:49:39 UTC (rev 3741) +++ trunk/sc2/src/uqm/shipyard.c 2012-01-08 14:15:05 UTC (rev 3742) @@ -233,9 +233,11 @@ NewRaceItem = GetIndexFromStarShip (&GLOBAL (avail_race_q), hStarShip); s.frame = SetAbsFrameIndex (pMS->ModuleFrame, 3 + NewRaceItem); + // Ship name, above the ship image. DrawStamp (&s); FleetPtr = LockFleetInfo (&GLOBAL (avail_race_q), hStarShip); s.frame = FleetPtr->melee_icon; + // Ship image. UnlockFleetInfo (&GLOBAL (avail_race_q), hStarShip); t.baseline.x = s.origin.x + RADAR_WIDTH - 2; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |