eliot-dev
[Top][All Lists]
Advanced

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

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


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

Index: eliot/game/game_factory.cpp
diff -u eliot/game/game_factory.cpp:1.5.2.3 eliot/game/game_factory.cpp:1.5.2.4
--- eliot/game/game_factory.cpp:1.5.2.3 Sun Oct 23 19:12:14 2005
+++ eliot/game/game_factory.cpp Sun Oct 23 20:58:20 2005
@@ -2,8 +2,6 @@
  * Copyright (C) 2005 Eliot
  * Authors: Olivier Teuliere  <address@hidden>
  *
- * $Id: game_factory.cpp,v 1.5.2.3 2005/10/23 19:12:14 ipkiss 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
@@ -173,14 +171,11 @@
         return NULL;
     }
 
-
-#if 0
-    // 4) Add the players
+    // 5) Add the players
     for (int i = 0; i < m_human; i++)
         game->addHumanPlayer();
     for (int i = 0; i < m_ai; i++)
         game->addAIPlayer();
-#endif
 
     // 6) Set the variant
     if (m_joker)




reply via email to

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