Earth / other slave shielded planet color issue fixed, from

PhracturedBlue


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@413 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
gewlitys
2002-12-12 17:54:30 +00:00
parent 85d25156ea
commit 5b51be28cc
+1 -1
View File
@@ -1703,7 +1703,7 @@ DrawSystem (SIZE radius, BOOLEAN IsInnerSystem)
pCurDesc = &pSolarSysState->PlanetDesc[index];
SetColorMap (GetColorMapAddress (
SetAbsColorMapIndex (OrbitalCMap,
PLANCOLOR (PlanData[pCurDesc->data_index].Type))
PLANCOLOR (PlanData[pCurDesc->data_index & ~PLANET_SHIELDED].Type ))
));
DrawStamp (&pCurDesc->image);