RobWatlingSF / hedgewars

Automatically exported from code.google.com/p/hedgewars
GNU General Public License v2.0
0 stars 0 forks source link

Losing team in King Mode is not properly dismissed #954

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Play King Mode with 2 teams
2. Play until one king dies

What is the expected output? What do you see instead?
I expect for the enemy team to immediately lose. Instead the hedgehogs of the 
enemy team just turn transparent and skip turns for a while. This continues for 
some turns until the team finally disappears.

What version of the product are you using? On what operating system?
0.9.21 on GNU/Linux

Please provide any additional information below.
This weird team behaviour seems to be identical to the behaviour when a player 
leaves in the middle of the game.

Original issue reported on code.google.com by almikes@aol.com on 31 Jul 2015 at 12:56

GoogleCodeExporter commented 8 years ago
r01c8e95d2265  Used to use teamgone 'cause it was a nice teleport effect and 
could apply to entire team.  Rejoining multiplayer games changed the behaviour. 
 Switched to killing each hog instead.

Original comment by kyberneticist@gmail.com on 31 Jul 2015 at 1:00