try to restore river course on load

This commit is contained in:
Azgaar 2021-08-24 23:51:10 +03:00
parent 008aea2b2f
commit cfdb3a35df
2 changed files with 25 additions and 13 deletions

View file

@ -145,6 +145,7 @@ function editRiver(id) {
const sourceFlux = fl[initCell];
fl[initCell] = fl[movedToCell];
fl[movedToCell] = sourceFlux;
redrawRiver();
}
});
}