Actions
Bug #586
closedDying unit does not trigger auto-turn-done
Start date:
05/11/2024
Due date:
% Done:
0%
Estimated time:
Description
Seen when investigating https://osdn.net/projects/freeciv/ticket/78170 reported by bard:
unit_focus_advance() expects current focus to be untouched when the function is entered, to figure out if it's time for automatic turn done. control_unit_killed() removes the dying unit from the focus before unit_focus_advance() gets called, so unit_focus_advance() does not detect that dying unit should trigger the turn done.
Files
Updated by Marko Lindqvist 6 months ago
- File 0034-Make-dying-unit-to-correctly-triggger-auto-turn-done.patch 0034-Make-dying-unit-to-correctly-triggger-auto-turn-done.patch added
- Status changed from New to In Review
- Assignee set to Marko Lindqvist
Actions