summaryrefslogtreecommitdiffstats
path: root/do.php
diff options
context:
space:
mode:
Diffstat (limited to 'do.php')
-rw-r--r--do.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/do.php b/do.php
index e0dc2eb..a39b689 100644
--- a/do.php
+++ b/do.php
@@ -132,10 +132,10 @@ if ($_GET['r'] == 'getpath') {
//$json = routePath($mygrid);
// New
- // !! Broken!
+ // TODO: Broken!
//Route the path
$json['path'][] = routePath($mygrid);
- $json['path'][] = routePath($mygrid, 'X');
+ $json['path'][] = routePath($mygrid, false, true);
// !! Tmp
//$moves = $json['moves'];