Skip to content

Keep track of if previous tile starting a move was new

Ethan Wu requested to merge pathdrop-fix into master

Record if algorithm is in BFS pathfinding to a cell or moving directly to adjacent - in conjunction with other flags, can tell if "source" cell when going to a new cell is also new or not.

Closes #42 (closed)

Merge request reports