From 0134c68de6bf50452e2e8d54a93c33e12b807595 Mon Sep 17 00:00:00 2001 From: avolkov Date: Wed, 27 Jun 2007 05:32:28 +0000 Subject: [PATCH] Fixed trivial c&p bug git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2785 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/pickmele.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/src/sc2code/pickmele.c b/sc2/src/sc2code/pickmele.c index 6eea23149..afc242a36 100644 --- a/sc2/src/sc2code/pickmele.c +++ b/sc2/src/sc2code/pickmele.c @@ -94,7 +94,7 @@ MeleeShipByQueueIndex (const QUEUE *queue, COUNT index) break; } hNextShip = _GetSuccLink (StarShipPtr); - UnlockStarShip (queue, ship); + UnlockStarShip (queue, hShip); } return hShip;