Small fix for 3DO version of shipyard

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3296 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2009-11-10 21:53:39 +00:00
parent c3e22108a6
commit cf28c52a8f
+2 -1
View File
@@ -1270,11 +1270,12 @@ ExitShipyard:
}
else
{
#ifndef USE_3DO_HANGAR
LockMutex (GraphicsLock);
SetContext (SpaceContext);
animatePowerLines (NULL);
UnlockMutex (GraphicsLock);
#endif
DoMenuChooser (pMS, PM_CREW);
}