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;
pMinPlanet = &pSolarSysState->PlanetDesc[0];
pSolarSysState->SunDesc[0].NumPlanets = 1;
FillOrbits (pSolarSysState,
pSolarSysState->SunDesc[0].NumPlanets = 1, pMinPlanet,
FALSE);
pSolarSysState->SunDesc[0].NumPlanets, pMinPlanet, FALSE);
pMinPlanet->radius = EARTH_RADIUS * 1150L / 100;
angle = ARCTAN (pMinPlanet->location.x, pMinPlanet->location.y);