<URL: http://bugs.freeciv.org/Ticket/Display.html?id=33625 >

 There is defined bitvector type bv_draw, but nobody uses it. Neither
do I see future use for it. Rather we need bv_players, which contain
all the players and not only real players (barbarians are not real
players). This patch removes bitvestor definition.


 - ML

diff -Nurd -X.diff_ignore freeciv/server/srv_main.h freeciv/server/srv_main.h
--- freeciv/server/srv_main.h	2006-07-17 23:56:22.000000000 +0300
+++ freeciv/server/srv_main.h	2007-01-15 06:20:09.000000000 +0200
@@ -19,8 +19,6 @@
 
 struct connection;
 
-BV_DEFINE(bv_draw, MAX_NUM_PLAYERS);
-
 struct server_arguments {
   /* metaserver information */
   bool metaserver_no_send;
_______________________________________________
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev

Reply via email to