Indentation

This commit is contained in:
Olivier Teulière 2006-01-22 20:48:17 +00:00
parent 77be2e9219
commit bb5a17d0f1

View file

@ -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();