1
0

2 Коммитууд a521c04abe ... 231901e716

Эзэн SHA1 Мессеж Огноо
  Leon Palluch 231901e716 Merge branch 'algorithm' 4 жил өмнө
  Leon Palluch 5076837b87 falschen 0er ausgebessert 4 жил өмнө

+ 1 - 1
src/pathgame/algorithm/DijkstraMagic.java

@@ -161,7 +161,7 @@ public class DijkstraMagic {
                 weightMap[posX][posY].setPrevOfPath(dir);
             }
             else {
-                weightMap[posX][posY].setPrevBoatPath(0);
+                weightMap[posX][posY].setPrevBoatPath(extraInd);
             }
         }