Skip to content

Commit

Permalink
Formal release of v2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenhein committed Jan 14, 2015
2 parents 822b2dc + 778a14d commit 7fbb5dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SolverIF.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1157,8 +1157,8 @@ void LastTrickWinner(
}
}

* leadRank = highestRank[maxRank];
* leadSuit = maxSuit;
* leadRank = lastTrickRank[handRelFirst];
* leadSuit = lastTrickSuit[handRelFirst];
* leadSideWins = ((handToPlay == maxHand ||
partner[handToPlay] == maxHand) ? 1 : 0);
}
Expand Down

0 comments on commit 7fbb5dd

Please sign in to comment.