Fixing more cppcheck issues.

This commit is contained in:
lotodore
2011-02-08 12:10:39 +00:00
parent f9bbd9199f
commit f4eb7221e3
4 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
using namespace std;
LocalBoard::LocalBoard(unsigned dp) : BoardInterface(), pot(0), sets(0), dealerPosition(dp), allInCondition(false)
LocalBoard::LocalBoard(unsigned dp) : BoardInterface(), pot(0), sets(0), dealerPosition(dp), allInCondition(false), lastActionPlayer(0)
{
myCards[0] = myCards[1] = myCards[2] = myCards[3] = myCards[4] = 0;
}