mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2024-11-17 07:48:27 +01:00
Indentation
This commit is contained in:
parent
77be2e9219
commit
bb5a17d0f1
1 changed files with 2 additions and 2 deletions
|
@ -75,8 +75,8 @@ int Game::helperPlayRound(const Round &iRound)
|
|||
*/
|
||||
|
||||
// History of the game
|
||||
m_history.setCurrentRack(getCurrentPlayer().getLastRack());
|
||||
m_history.playRound(m_currPlayer, m_history.getSize(), iRound);
|
||||
m_history.setCurrentRack(getCurrentPlayer().getLastRack());
|
||||
m_history.playRound(m_currPlayer, m_history.getSize(), iRound);
|
||||
|
||||
m_points += iRound.getPoints();
|
||||
|
||||
|
|
Loading…
Reference in a new issue