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]);
|
||||
if (!spawn_ship (StarShipPtr))
|
||||
{
|
||||
UnlockStarShip (&race_q[which_side], ships[playerI]);
|
||||
UnlockStarShip (&race_q[playerI], ships[playerI]);
|
||||
return FALSE;
|
||||
}
|
||||
UnlockStarShip (&race_q[which_side], ships[playerI]);
|
||||
UnlockStarShip (&race_q[playerI], ships[playerI]);
|
||||
}
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user