From bb253734cae48daf8ef8f68793ecd8fe5e3a4d94 Mon Sep 17 00:00:00 2001 From: gewlitys Date: Fri, 13 Dec 2002 00:22:55 +0000 Subject: [PATCH] planet surface changing color when using device fixed, from PhracturedBlue ---------------------------------------------------------------------- git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@418 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/planets/solarsys.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sc2/src/sc2code/planets/solarsys.c b/sc2/src/sc2code/planets/solarsys.c index 4019fdde4..9419efc26 100644 --- a/sc2/src/sc2code/planets/solarsys.c +++ b/sc2/src/sc2code/planets/solarsys.c @@ -1795,9 +1795,10 @@ DrawStarBackGround (BOOLEAN ForPlanet) { RECT r; - if (pSolarSysState->MenuState.flash_task + // 2002-12-13 PhracturedBlue's fix to planet changing color when using device problem + /*if (pSolarSysState->MenuState.flash_task || (LastActivity & CHECK_LOAD)) - RenderTopography (TRUE); + RenderTopography (TRUE);*/ BatchGraphics ();