zombiezen / turbohvz

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

Starving End Game Zombies #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Wait until zombies starve
2. Report the kill of the last human

What is the expected output? What do you see instead?

The zombies that haven't starved before the end of the game should continue
to be alive.  Instead, they do starve because the game is updating at the
time of the kill report.

This invalid reporting will make the statistics slightly invalid (starve
dates after the end of the game, etc).

The way to fix this is to do a check at the end of the game for the zombies
we need to resurrect.

Original issue reported on code.google.com by rlight2@gmail.com on 17 May 2008 at 2:42

GoogleCodeExporter commented 9 years ago
Fixed in r308

Original comment by rlight2@gmail.com on 17 May 2008 at 10:48