Skip to content

Commit

Permalink
Hopefully final update to LastTrickWinner, right last card
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenhein committed Jan 14, 2015
1 parent ad4dea1 commit 778a14d
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 778a14d

Please sign in to comment.