comment cleanup
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@611 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -1704,9 +1704,7 @@ DrawSystem (SIZE radius, BOOLEAN IsInnerSystem)
|
|||||||
COUNT color_index;
|
COUNT color_index;
|
||||||
|
|
||||||
pCurDesc = &pSolarSysState->PlanetDesc[index];
|
pCurDesc = &pSolarSysState->PlanetDesc[index];
|
||||||
/* 2002-12-20 by fOSSiL = Star color fix
|
/* Star color fix - draw the star using OrbitalCMap */
|
||||||
* draw the star using OrbitalCMap
|
|
||||||
*/
|
|
||||||
if (pCurDesc == &pSolarSysState->SunDesc[0])
|
if (pCurDesc == &pSolarSysState->SunDesc[0])
|
||||||
color_index = STAR_COLOR (CurStarDescPtr->Type);
|
color_index = STAR_COLOR (CurStarDescPtr->Type);
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user