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:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user