diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-04-16 17:28:16 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-04-16 17:28:16 -0700 |
commit | e37234b2da5075409d12d345d7cd73b6ea803f5f (patch) | |
tree | fa3f8c432574ffccc51bbb3677069d2beac94856 /includes | |
parent | 08319bf6cc57dff43640957ba9e2daf857603c88 (diff) | |
download | pathery-e37234b2da5075409d12d345d7cd73b6ea803f5f.tar.xz |
Map Editor fixes
Diffstat (limited to 'includes')
-rw-r--r-- | includes/mapclass.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/mapclass.php b/includes/mapclass.php index c4d95e9..8e9f28e 100644 --- a/includes/mapclass.php +++ b/includes/mapclass.php @@ -295,8 +295,8 @@ class map { $oldNames['r'] = 'r'; $oldNames['r2'] = 'R'; + $oldNames['r3'] = 'q'; - $oldNames['q'] = 'q'; $oldNames['p'] = 'p'; for( $i = 0; $i < $this->height; $i++) { |