I visualized the flooding algorithm, that I'm using to generate the Dijkstra map for a level.
You won't probably notice it, but this visualization revealed a subtle bug, where the origin of the flooding got visited twice and ended up with a distance value of 1 instead of 0.