HotColdClue: Clear final location on clue reset

If the clue is being reset, say from a new clue being read and
initialized, we should not continue to use the old location.
This commit is contained in:
Jordan Atwood
2019-07-01 00:03:37 -07:00
parent 29d786b948
commit 2c13816ca9
@@ -307,6 +307,7 @@ public class HotColdClue extends ClueScroll implements LocationClueScroll, Locat
@Override
public void reset()
{
location = null;
initializeSolver();
}