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:
avolkov
2003-01-30 19:34:49 +00:00
parent 25f40d7759
commit 326130134e
+1 -3
View File
@@ -1704,9 +1704,7 @@ DrawSystem (SIZE radius, BOOLEAN IsInnerSystem)
COUNT color_index;
pCurDesc = &pSolarSysState->PlanetDesc[index];
/* 2002-12-20 by fOSSiL = Star color fix
* draw the star using OrbitalCMap
*/
/* Star color fix - draw the star using OrbitalCMap */
if (pCurDesc == &pSolarSysState->SunDesc[0])
color_index = STAR_COLOR (CurStarDescPtr->Type);
else