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:
@@ -1270,11 +1270,12 @@ ExitShipyard:
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
#ifndef USE_3DO_HANGAR
|
||||||
LockMutex (GraphicsLock);
|
LockMutex (GraphicsLock);
|
||||||
SetContext (SpaceContext);
|
SetContext (SpaceContext);
|
||||||
animatePowerLines (NULL);
|
animatePowerLines (NULL);
|
||||||
UnlockMutex (GraphicsLock);
|
UnlockMutex (GraphicsLock);
|
||||||
|
#endif
|
||||||
DoMenuChooser (pMS, PM_CREW);
|
DoMenuChooser (pMS, PM_CREW);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user