Fixed original misplaced bracket, which happened to work out ok.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1464 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -269,8 +269,8 @@ ActivateStarShip (COUNT which_ship, SIZE state)
|
|||||||
(
|
(
|
||||||
(
|
(
|
||||||
which_ship == SPATHI_SHIP &&
|
which_ship == SPATHI_SHIP &&
|
||||||
GET_GAME_STATE (FOUND_PLUTO_SPATHI)
|
GET_GAME_STATE (FOUND_PLUTO_SPATHI) == 1
|
||||||
) == 1 ? 1 : 0
|
) ? 1 : 0
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user