Making cppcheck even happier.

This commit is contained in:
lotodore
2010-10-28 08:04:36 +00:00
parent 74355c046d
commit edad47b7f4
11 changed files with 43 additions and 33 deletions
+1 -2
View File
@@ -110,7 +110,6 @@ void LocalBeRoPreflop::run() {
}
int i;
bool allHighestSet = true;
PlayerListConstIterator it_c;
@@ -152,7 +151,7 @@ void LocalBeRoPreflop::run() {
getMyHand()->getGuiInterface()->refreshSet();
getMyHand()->getGuiInterface()->refreshCash();
for(i=0; i<MAX_NUMBER_OF_PLAYERS; i++) { getMyHand()->getGuiInterface()->refreshAction(i,PLAYER_ACTION_NONE); }
for(int i=0; i<MAX_NUMBER_OF_PLAYERS; i++) { getMyHand()->getGuiInterface()->refreshAction(i,PLAYER_ACTION_NONE); }
getMyHand()->switchRounds();
}