eliot-dev
[Top][All Lists]
Advanced

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

[Eliot-dev] Changes to eliot/game/freegame.cpp [antoine-1]


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

Index: eliot/game/freegame.cpp
diff -u eliot/game/freegame.cpp:1.12.2.1 eliot/game/freegame.cpp:1.12.2.2
--- eliot/game/freegame.cpp:1.12.2.1    Sun Oct 23 17:16:24 2005
+++ eliot/game/freegame.cpp     Sun Oct 23 20:58:20 2005
@@ -2,8 +2,6 @@
  * Copyright (C) 2005 Eliot
  * Authors: Olivier Teuliere  <address@hidden>
  *
- * $Id: freegame.cpp,v 1.12.2.1 2005/10/23 17:16:24 afrab Exp $
- *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
@@ -41,13 +39,13 @@
 {
 }
 
-int FreeGame::play(int player, Round& round)
+int FreeGame::play(int player, Round& oRound)
 {
-  return 0;
+    return 0;
 }
 
 int FreeGame::back()
 {
-  return 0;
+    return 0;
 }
 




reply via email to

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