Cleanup.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3202 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -97,9 +97,9 @@ GenerateSpathi (BYTE control)
|
|||||||
PLANET_DESC *pMinPlanet;
|
PLANET_DESC *pMinPlanet;
|
||||||
|
|
||||||
pMinPlanet = &pSolarSysState->PlanetDesc[0];
|
pMinPlanet = &pSolarSysState->PlanetDesc[0];
|
||||||
|
pSolarSysState->SunDesc[0].NumPlanets = 1;
|
||||||
FillOrbits (pSolarSysState,
|
FillOrbits (pSolarSysState,
|
||||||
pSolarSysState->SunDesc[0].NumPlanets = 1, pMinPlanet,
|
pSolarSysState->SunDesc[0].NumPlanets, pMinPlanet, FALSE);
|
||||||
FALSE);
|
|
||||||
|
|
||||||
pMinPlanet->radius = EARTH_RADIUS * 1150L / 100;
|
pMinPlanet->radius = EARTH_RADIUS * 1150L / 100;
|
||||||
angle = ARCTAN (pMinPlanet->location.x, pMinPlanet->location.y);
|
angle = ARCTAN (pMinPlanet->location.x, pMinPlanet->location.y);
|
||||||
|
|||||||
Reference in New Issue
Block a user