From 4dfa3bb62317d1268eaf84b94fd19c97e36e1796 Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Fri, 18 Nov 2011 23:10:14 -0800 Subject: Leaderboard can now show further back than yesterday. --- includes/maps.php | 1 + 1 file changed, 1 insertion(+) (limited to 'includes/maps.php') diff --git a/includes/maps.php b/includes/maps.php index 1c51f6d..f3ac29c 100644 --- a/includes/maps.php +++ b/includes/maps.php @@ -733,6 +733,7 @@ function findTiles ($mapMatrix, $search) { // Returns: ARRAY( blocked, path, start, end ) +//!! X and Y are reversed here... function findPath($mapMatrix, $start = '0,1.', $target = 'f') { $seed = explode(".", $start); foreach ($seed as &$v) { -- cgit v1.2.3