From 454841d93f53413cd1647b843a1d8423af3886c3 Mon Sep 17 00:00:00 2001 From: avolkov Date: Tue, 19 Jun 2007 20:32:04 +0000 Subject: [PATCH] Fixed an old semantical bug (actually NOOP) git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2775 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/shipyard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/src/sc2code/shipyard.c b/sc2/src/sc2code/shipyard.c index 5e66ac808..2a496324f 100644 --- a/sc2/src/sc2code/shipyard.c +++ b/sc2/src/sc2code/shipyard.c @@ -144,7 +144,7 @@ SpinStarShip (HSTARSHIP hStarShip) UnlockStarShip (&master_q, hShip); } - UnlockStarShip (&master_q, hStarShip); + UnlockStarShip (&GLOBAL (built_ship_q), hStarShip); if (Index < NUM_MELEE_SHIPS) {