diff options
author | BlueRaja <BlueRaja.admin@gmail.com> | 2012-08-25 04:58:04 -0500 |
---|---|---|
committer | BlueRaja <BlueRaja.admin@gmail.com> | 2012-08-25 04:58:04 -0500 |
commit | e2cfff284c4004d0d11609a22ee535fcf23dcdf9 (patch) | |
tree | 0356f12c2b52fb7798bd4e7c4cc59cc8401f7a50 /pages | |
parent | 5d40666d1cb667342b0ad1365a13c87923da0eb2 (diff) | |
download | pathery-e2cfff284c4004d0d11609a22ee535fcf23dcdf9.tar.xz |
Added single-path blocking towers functionality to routePath
Diffstat (limited to 'pages')
-rw-r--r-- | pages/admin.php | 2 | ||||
-rw-r--r-- | pages/gallery.php | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/pages/admin.php b/pages/admin.php index 3685eec..983c4bc 100644 --- a/pages/admin.php +++ b/pages/admin.php @@ -164,7 +164,7 @@ function createThumbnail($mapMatrix, $idprefix, $width, $height) { $mapdata['example'] = $example;
$mapdata['mapid'] = $idprefix;
- $path = routePath($mapMatrix, '');
+ $path = routePath($mapMatrix);
$mapdata['code'] = GenerateMapCode($mapMatrix);
$width = (($j * 35) + 2).'px';
diff --git a/pages/gallery.php b/pages/gallery.php index a860a7c..2d540b6 100644 --- a/pages/gallery.php +++ b/pages/gallery.php @@ -29,16 +29,16 @@ include('./includes/maps.php'); include('./includes/mapoftheday.php'); -$openmaps[] = 'Souooooooooooooooooooooo'; -$openmaps[] = 'oooooooooooooooooooooooo'; -$openmaps[] = 'ooooooooooooooooeocooooo'; +$openmaps[] = 'Souxoooooooooooooooooooo'; +$openmaps[] = 'ooxooooooooooooooooooooo'; +$openmaps[] = 'oxooooooooooooooeocooooo'; $openmaps[] = 'oooooooooooooooooooooooo'; $openmaps[] = 'ooooooooooaoootooooooooo'; $openmaps[] = 'oooooooooooooooooooooooo'; $openmaps[] = 'oooooooooooooooooooooooo'; -$openmaps[] = 'oooooooooooooooooooooooo'; -$openmaps[] = 'oooooobdoooooooooooooooo'; -$openmaps[] = 'foooooooooooooooooooooos'; +$openmaps[] = 'ooooooXXoooooooooooooooo'; +$openmaps[] = 'oooooXbdoooooooooooooooo'; +$openmaps[] = 'fooooXooooooooooooooooos'; $myparams['checkpoints'] = 5; $myparams['teleports'] = 0; |