diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-04-23 02:22:00 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-04-23 02:22:00 -0700 |
commit | 7b88927f53998da4544b481849bd72728688e282 (patch) | |
tree | d4e18c5d5b98b31cfef850473987efbc7d4f1f59 /includes/maps.php | |
parent | d4cc51e988ef84f03bd9a4938fde68af41705aa7 (diff) | |
download | pathery-7b88927f53998da4544b481849bd72728688e282.tar.xz |
Map thumbnail, partial animation of blocked path.
Diffstat (limited to 'includes/maps.php')
-rw-r--r-- | includes/maps.php | 1 |
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;
}
|