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 [antoine-1]


From: eliot-dev
Subject: [Eliot-dev] Changes to eliot/game/duplicate.cpp [antoine-1]
Date: Sun, 23 Oct 2005 16:58:50 -0400

Index: eliot/game/duplicate.cpp
diff -u eliot/game/duplicate.cpp:1.9.2.2 eliot/game/duplicate.cpp:1.9.2.3
--- eliot/game/duplicate.cpp:1.9.2.2    Sun Oct 23 18:38:18 2005
+++ eliot/game/duplicate.cpp    Sun Oct 23 20:58:20 2005
@@ -18,8 +18,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  *****************************************************************************/
 
- /* $Id: duplicate.cpp,v 1.9.2.2 2005/10/23 18:38:18 afrab Exp $ */
-
 #include "dic.h"
 #include "tile.h"
 #include "rack.h"
@@ -41,14 +39,14 @@
 }
 
 
-int Duplicate::play(int player, Round& round)
+int Duplicate::play(int player, Round& oRound)
 {
-  return 0;
+    return 0;
 }
 
 int Duplicate::back()
 {
-  return 0;
+    return 0;
 }
 
 




reply via email to

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