diff options
Diffstat (limited to 'pages/howtoplay.php')
-rw-r--r-- | pages/howtoplay.php | 6 |
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'); ?> |