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:
@@ -307,6 +307,7 @@ public class HotColdClue extends ClueScroll implements LocationClueScroll, Locat
|
|||||||
@Override
|
@Override
|
||||||
public void reset()
|
public void reset()
|
||||||
{
|
{
|
||||||
|
location = null;
|
||||||
initializeSolver();
|
initializeSolver();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user