diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-05-13 01:00:15 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-05-13 01:00:15 -0700 |
commit | 0761f76cc24350c4391efc981e49a9ad9828a94d (patch) | |
tree | 587532e8dbdb4f400c8ac74d3dd8049def23f3cc /pages/mapeditor.php | |
parent | 136ce85b66802c663264d5d10ccc6e58efec7059 (diff) | |
download | pathery-0761f76cc24350c4391efc981e49a9ad9828a94d.tar.xz |
Many PHP warnings/notices fixes.
Diffstat (limited to 'pages/mapeditor.php')
-rw-r--r-- | pages/mapeditor.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pages/mapeditor.php b/pages/mapeditor.php index 4d395c4..e93ac17 100644 --- a/pages/mapeditor.php +++ b/pages/mapeditor.php @@ -348,9 +348,12 @@ function constructTiles(width, height, baseMap) { <?PHP $tilesArray = array( + //: q? 's', 's2', 'f', 'p', 'space', - 'r', 'r2', 'o', 'q', 'x', 'x2', + 'x', 'x2', + 'space', + 'r', 'r2', 'r3', 'o', 'space', 'c', 'c2', 'c3', 'c4', 'c5', 'space', |