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-06-30 22:37:55 -07:00
parent 29d786b948
commit 2c13816ca9

View File

@@ -307,6 +307,7 @@ public class HotColdClue extends ClueScroll implements LocationClueScroll, Locat
@Override
public void reset()
{
location = null;
initializeSolver();
}