Fixed trivial c&p bug

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2785 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2007-06-27 05:32:28 +00:00
parent f66882d7bd
commit 0134c68de6
+1 -1
View File
@@ -94,7 +94,7 @@ MeleeShipByQueueIndex (const QUEUE *queue, COUNT index)
break; break;
} }
hNextShip = _GetSuccLink (StarShipPtr); hNextShip = _GetSuccLink (StarShipPtr);
UnlockStarShip (queue, ship); UnlockStarShip (queue, hShip);
} }
return hShip; return hShip;