git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3202 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2009-10-08 19:37:07 +00:00
parent cc719113cc
commit a85332a4f6
+2 -2
View File
@@ -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);