eliot-dev
[Top][All Lists]
Advanced

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

[Eliot-dev] Changes to eliot/game/duplicate.cpp


From: eliot-dev
Subject: [Eliot-dev] Changes to eliot/game/duplicate.cpp
Date: Sat, 05 Nov 2005 19:38:17 -0500

Index: eliot/game/duplicate.cpp
diff -u eliot/game/duplicate.cpp:1.11 eliot/game/duplicate.cpp:1.12
--- eliot/game/duplicate.cpp:1.11       Sat Nov  5 23:22:42 2005
+++ eliot/game/duplicate.cpp    Sun Nov  6 00:38:16 2005
@@ -108,7 +108,7 @@
         return 1;
     }
 
-    PlayedRack pld = m_players[m_currPlayer]->getCurrentRack();
+    const PlayedRack& pld = m_players[m_currPlayer]->getCurrentRack();
     /* All the players have the same rack */
     for (int i = 0; i < getNPlayers(); i++)
     {




reply via email to

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