summaryrefslogtreecommitdiffstats
path: root/includes
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2013-04-16 17:28:16 -0700
committerPatrick Davison <snapwilliam@gmail.com>2013-04-16 17:28:16 -0700
commite37234b2da5075409d12d345d7cd73b6ea803f5f (patch)
treefa3f8c432574ffccc51bbb3677069d2beac94856 /includes
parent08319bf6cc57dff43640957ba9e2daf857603c88 (diff)
downloadpathery-e37234b2da5075409d12d345d7cd73b6ea803f5f.tar.xz
Map Editor fixes
Diffstat (limited to 'includes')
-rw-r--r--includes/mapclass.php2
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++) {