HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. Read more...
Bug #824100
pf_fuel_map_iterate() erroneous check for impossible move
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Move cost is stored as 'cost + 2' in pf_fuel_map_iterate(), thus impossible move is stored as 'PF_IMPOSSIBLE_MC + 2'. When checking the stored value the check is erroneously against 'PF_IMPOSSIBLE_MC - 2' instead.
History
#1
Updated by Marko Lindqvist over 1 year ago
- File 0050-PF-Correct-check-against-impossible-move-in-pf_fuel_.patch 0050-PF-Correct-check-against-impossible-move-in-pf_fuel_.patch added
- Status changed from In Progress to Resolved
- Sprint/Milestone set to 2.6.1
For NEWS: I think the effect was that pf sometimes reported fuel move as legal when it was not.
#2
Updated by Marko Lindqvist over 1 year ago
- Status changed from Resolved to Closed
- Assignee set to Marko Lindqvist