diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2011-04-22 12:32:53 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2011-04-22 12:32:53 -0700 |
commit | 6554ac5bcacd25b6062d298a0e0b7ed6982282ba (patch) | |
tree | 461502c4c16ed058c4254d218c467f667e1eb864 /pages/home.php | |
parent | 257e02d25a629a1b6d6fbb133b38b06dcfbc7777 (diff) | |
download | pathery-6554ac5bcacd25b6062d298a0e0b7ed6982282ba.tar.xz |
Added map "Seeing Double" to Saturday.
Fixed an issue with pathing related to multiple checkpoints and a teleport.
Diffstat (limited to 'pages/home.php')
-rw-r--r-- | pages/home.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/home.php b/pages/home.php index 4a034c3..a6d73d6 100644 --- a/pages/home.php +++ b/pages/home.php @@ -108,7 +108,7 @@ switch ($numday) { $mapstyle = 'Side to Side';
break;
case 6: //Saturday
- $mapstyle = "ABC's";
+ $mapstyle = "Seeing Double";
break;
}
|