[Freeciv-Dev] (PR#39745) [Bug] 2.0 removing player should reset his team

2008-06-23 Thread Jason Short
http://bugs.freeciv.org/Ticket/Display.html?id=39745 > Seems this exact fix was already done for 2.1 and 2.2. Should work fine for 2.0 also. ___ Freeciv-dev mailing list Freeciv-dev@gna.org https://mail.gna.org/listinfo/freeciv-dev

[Freeciv-Dev] (PR#39745) [Bug] 2.0 removing player should reset his team

2008-06-23 Thread Jason Short
http://bugs.freeciv.org/Ticket/Display.html?id=39745 > Kinda strange, if you remove then create a player the team gets reset but if you disconnect then a new player connects, it does not get reset. But I wonder if this bug could hit other fields in the player structure too. What about re-initti

[Freeciv-Dev] (PR#39745) [Bug] 2.0 removing player should reset his team

2008-06-23 Thread Pepeto _
http://bugs.freeciv.org/Ticket/Display.html?id=39745 > Patch attached. The team is reset in the following cases: - A player get disconnected in pregame. - A player is removed via the /remove command. Index: common/game.c === --- co