[Freeciv-Dev] (PR#39743) Clean up and other suggestions about base strctures

2007-10-01 Thread Pepeto _
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39743 1-Static or dynamics datas? The most of the main structures (player, connection, advance, ...) except city and unit are declared static (for example game.players[MAX_NUM_PLAYERS + MAX_NUM_BARBARIANS];). Is this a deliberate choice?

Re: [Freeciv-Dev] (PR#39743) Clean up and other suggestions about base strctures

2007-10-01 Thread William Allen Simpson
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39743 Pepeto _ wrote: 1-Static or dynamics datas? The most of the main structures (player, connection, advance, ...) except city and unit are declared static (for example game.players[MAX_NUM_PLAYERS + MAX_NUM_BARBARIANS];). Is this a