summaryrefslogtreecommitdiffstats
path: root/includes/maps.php
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2013-04-23 02:22:00 -0700
committerPatrick Davison <snapwilliam@gmail.com>2013-04-23 02:22:00 -0700
commit7b88927f53998da4544b481849bd72728688e282 (patch)
treed4e18c5d5b98b31cfef850473987efbc7d4f1f59 /includes/maps.php
parentd4cc51e988ef84f03bd9a4938fde68af41705aa7 (diff)
downloadpathery-7b88927f53998da4544b481849bd72728688e282.tar.xz
Map thumbnail, partial animation of blocked path.
Diffstat (limited to 'includes/maps.php')
-rw-r--r--includes/maps.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/maps.php b/includes/maps.php
index 6b8ba07..1dfb3a6 100644
--- a/includes/maps.php
+++ b/includes/maps.php
@@ -1072,6 +1072,7 @@ function routePath($mygrid, $validate = false, $traverseBackwards = false) {
if ($blocked) {
$r['blocked'] = true;
$r['lastTarget'] = $t;
+ $r['path'] = $tpath;
return $r;
}