clockback / bombsite

A Worms clone.
0 stars 0 forks source link

Code fails if team dies during their own turn and there is more than one team remaining #4

Closed clockback closed 3 months ago

clockback commented 3 months ago

When a team dies during their own turn, if there is more than one team remaining, the code attempts to use a list of living teams to find the next team, with the previous team as a reference. If that previous team is dead, it does not appear in the said list, and the next team cannot be found.

clockback commented 3 months ago

Pull request: https://github.com/clockback/bombsite/pull/6