From 7b88927f53998da4544b481849bd72728688e282 Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Tue, 23 Apr 2013 02:22:00 -0700 Subject: Map thumbnail, partial animation of blocked path. --- includes/maps.php | 1 + 1 file changed, 1 insertion(+) (limited to 'includes') 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; } -- cgit v1.2.3