eliot-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Eliot-dev] eliot/game game.cpp


From: eliot-dev
Subject: [Eliot-dev] eliot/game game.cpp
Date: Sun, 22 Jan 2006 20:48:17 +0000

CVSROOT:        /cvsroot/eliot
Module name:    eliot
Branch:         
Changes by:     Olivier Teulière <address@hidden>      06/01/22 20:48:17

Modified files:
        game           : game.cpp 

Log message:
        Indentation

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/eliot/eliot/game/game.cpp.diff?tr1=1.29&tr2=1.30&r1=text&r2=text

Patches:
Index: eliot/game/game.cpp
diff -u eliot/game/game.cpp:1.29 eliot/game/game.cpp:1.30
--- eliot/game/game.cpp:1.29    Sun Jan 22 12:23:53 2006
+++ eliot/game/game.cpp Sun Jan 22 20:48:17 2006
@@ -75,8 +75,8 @@
      */
 
     // 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();
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]