Maps are (sometimes?) erased when loading a saved game #267
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Reported by Thaluikhain
Hello,
2536e65dacprobably corrects the problems which concern the outdoor map (but not the in town map).If I don't encounter this bug while doing my test playthroughs of the core scenarios, I'm going to assume it was fixed by #488 and close as completed.
I can reproduce this by going outdoors, walking around, QUITTING, choosing to Save before quitting, then reloading the file.
And the reason that it happens is that the many paths to saving the party are not DRY. Some call
save_outdoor_maps()but not all do. My next PR can fix this.