More cppcheck fixes.

This commit is contained in:
lotodore
2011-02-09 15:01:07 +00:00
parent 4032bf48a2
commit 024258e41c
5 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -343,7 +343,7 @@ ClientHand::switchRounds()
it_1 = it;
if(it_1 == runningPlayerList->begin()) it_1 = runningPlayerList->end();
it_1--;
--it_1;
getCurrentBeRo()->setCurrentPlayersTurnId((*it_1)->getMyUniqueID());
}