From cc2e1384904ff984208cf0236a9a5c6e957ba899 Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Thu, 15 Sep 2011 00:41:14 -0700 Subject: Tutorial work --- pages/howtoplay.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pages/howtoplay.php') 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'); ?> -- cgit v1.2.3