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:
avolkov
2009-12-10 08:50:35 +00:00
parent 1d508c0b4c
commit 742f64ac4c
+3 -3
View File
@@ -251,10 +251,10 @@ LoadPlanet (FRAME SurfDefFrame)
assert (pSolarSysState->MenuState.Initialized == 2);
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