summaryrefslogtreecommitdiffstats
path: root/pages/howtoplay.php
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2011-09-15 00:41:14 -0700
committerPatrick Davison <snapwilliam@gmail.com>2011-09-15 00:41:14 -0700
commitcc2e1384904ff984208cf0236a9a5c6e957ba899 (patch)
tree78f06be19662c55bebe4aa6da1264b6efaa567d9 /pages/howtoplay.php
parent5332f68b60f6c37850468ab3922936d0a12d9daf (diff)
downloadpathery-cc2e1384904ff984208cf0236a9a5c6e957ba899.tar.xz
Tutorial work
Diffstat (limited to 'pages/howtoplay.php')
-rw-r--r--pages/howtoplay.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/pages/howtoplay.php b/pages/howtoplay.php
index 11dc429..294e89f 100644
--- a/pages/howtoplay.php
+++ b/pages/howtoplay.php
@@ -17,15 +17,15 @@ include('./includes/maps.php');
//Demo nothing.
$basicmapcode = '6x3.c0.r0.w9.t0.:0s.4f.0s.4f.0s.4f.';
-$basicmap = displaymap(GenerateMapByCode($basicmapcode), 1, true);
+$basicmap = displaymap(GenerateMapByCode($basicmapcode), 1, 'example');
//Map Demoing the checkpoints
$cpcode = "6x3.c5.r0.w9.t0.:0s.0a.2b.0f.0s.1e.2f.0s.0d.2c.0f.";
-$cpmap = displaymap(GenerateMapByCode($cpcode), 2, true);
+$cpmap = displaymap(GenerateMapByCode($cpcode), 2, 'example');
//Map Demoing the teleports
$tpcode = "6x3.c0.r0.w5.t4.:0s.0n.2t.0f.0s.4f.0s.0u.2m.0f.";
-$tpmap = displaymap(GenerateMapByCode($tpcode), 3, true);
+$tpmap = displaymap(GenerateMapByCode($tpcode), 3, 'example');
?>