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:
meep-eep
2005-01-18 15:55:10 +00:00
parent c5d3165d0b
commit c202440076
+2 -2
View File
@@ -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
) )
) )
); );