diff --git a/sc2/src/uqm/shipyard.c b/sc2/src/uqm/shipyard.c index 300511074..b21bf43e7 100644 --- a/sc2/src/uqm/shipyard.c +++ b/sc2/src/uqm/shipyard.c @@ -1270,11 +1270,12 @@ ExitShipyard: } else { +#ifndef USE_3DO_HANGAR LockMutex (GraphicsLock); SetContext (SpaceContext); animatePowerLines (NULL); UnlockMutex (GraphicsLock); - +#endif DoMenuChooser (pMS, PM_CREW); }