diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-04-09 01:08:02 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-04-09 01:08:02 -0700 |
commit | df11c5da2c6e91a2c079308d62110995352d76f5 (patch) | |
tree | 2063df473aa608fcb29002ad2fd2cae722c78c89 /includes/mapclass.php | |
parent | c805c944aa93641dfacf7724dec8716096d4072e (diff) | |
download | pathery-df11c5da2c6e91a2c079308d62110995352d76f5.tar.xz |
MapEditor improvements
Diffstat (limited to 'includes/mapclass.php')
-rw-r--r-- | includes/mapclass.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/mapclass.php b/includes/mapclass.php index 24b9108..c4d95e9 100644 --- a/includes/mapclass.php +++ b/includes/mapclass.php @@ -295,6 +295,9 @@ class map { $oldNames['r'] = 'r'; $oldNames['r2'] = 'R'; + + $oldNames['q'] = 'q'; + $oldNames['p'] = 'p'; for( $i = 0; $i < $this->height; $i++) { for( $j = 0; $j < $this->width; $j++) { |