Skip to content

Commit

Permalink
working loggers with graphic
Browse files Browse the repository at this point in the history
  • Loading branch information
OEtzi007 authored and OEtzi007 committed Mar 3, 2014
1 parent acb6782 commit ea48044
Show file tree
Hide file tree
Showing 10 changed files with 330 additions and 400 deletions.
1 change: 1 addition & 0 deletions game/source/Round.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ bool Round::checkRoundWinner() const {
do {
if(isRoundWinner(*playerIterator))
return false;
++playerIterator;
} while (playerIterator
!= roundLogger->playingOrder.begin(roundLogger->roundStartingPlayer));
return true;
Expand Down
Loading

0 comments on commit ea48044

Please sign in to comment.