eliot-dev
[Top][All Lists]
Advanced

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

[Eliot-dev] Changes to eliot/game/ai_player.h


From: eliot-dev
Subject: [Eliot-dev] Changes to eliot/game/ai_player.h
Date: Sun, 06 Nov 2005 12:13:48 -0500

Index: eliot/game/ai_player.h
diff -u eliot/game/ai_player.h:1.5 eliot/game/ai_player.h:1.6
--- eliot/game/ai_player.h:1.5  Fri Nov  4 20:00:06 2005
+++ eliot/game/ai_player.h      Sun Nov  6 17:13:45 2005
@@ -84,7 +84,7 @@
 
 protected:
     /// This class is a pure interface, forbid any direct instanciation
-    AIPlayer() {}
+    AIPlayer(int iId): Player(iId) {}
 };
 
 #endif




reply via email to

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