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 20:05:07 -0500

Index: eliot/game/duplicate.cpp
diff -u eliot/game/duplicate.cpp:1.12 eliot/game/duplicate.cpp:1.13
--- eliot/game/duplicate.cpp:1.12       Sun Nov  6 00:38:16 2005
+++ eliot/game/duplicate.cpp    Sun Nov  6 01:05:06 2005
@@ -220,7 +220,7 @@
         return 1;
     }
 
-    PlayedRack pld = m_players[imax]->getCurrentRack();
+    const PlayedRack& pld = m_players[imax]->getCurrentRack();
     /* All the players have the same rack */
     for (i = 0; i < getNPlayers(); i++)
     {




reply via email to

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