Fixed trivial c&p bug
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2784 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -552,10 +552,10 @@ GetInitialStarShips (void)
|
|||||||
StarShipPtr = LockStarShip (&race_q[playerI], ships[playerI]);
|
StarShipPtr = LockStarShip (&race_q[playerI], ships[playerI]);
|
||||||
if (!spawn_ship (StarShipPtr))
|
if (!spawn_ship (StarShipPtr))
|
||||||
{
|
{
|
||||||
UnlockStarShip (&race_q[which_side], ships[playerI]);
|
UnlockStarShip (&race_q[playerI], ships[playerI]);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
UnlockStarShip (&race_q[which_side], ships[playerI]);
|
UnlockStarShip (&race_q[playerI], ships[playerI]);
|
||||||
}
|
}
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user