From cf28c52a8fda36c88a2b24797e73ded4aa2b5a1a Mon Sep 17 00:00:00 2001 From: avolkov Date: Tue, 10 Nov 2009 21:53:39 +0000 Subject: [PATCH] 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 --- sc2/src/uqm/shipyard.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); }