Fixes devices menu after loading directly into planet orbit, broken by r3393 (planet rotation task removal)
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3413 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -251,10 +251,10 @@ LoadPlanet (FRAME SurfDefFrame)
|
|||||||
assert (pSolarSysState->MenuState.Initialized == 2);
|
assert (pSolarSysState->MenuState.Initialized == 2);
|
||||||
|
|
||||||
ZoomInPlanetSphere ();
|
ZoomInPlanetSphere ();
|
||||||
|
|
||||||
// XXX: Mark as in-orbit. This should go away eventually
|
|
||||||
pSolarSysState->MenuState.Initialized = 3;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// XXX: Mark as in-orbit. This should go away eventually
|
||||||
|
pSolarSysState->MenuState.Initialized = 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|||||||
Reference in New Issue
Block a user