From 5b51be28cc75b70b88cb25f5c2c705bae2280631 Mon Sep 17 00:00:00 2001 From: gewlitys Date: Thu, 12 Dec 2002 17:54:30 +0000 Subject: [PATCH] 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 --- sc2/src/sc2code/planets/solarsys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/src/sc2code/planets/solarsys.c b/sc2/src/sc2code/planets/solarsys.c index f5df55386..4019fdde4 100644 --- a/sc2/src/sc2code/planets/solarsys.c +++ b/sc2/src/sc2code/planets/solarsys.c @@ -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);