From e37234b2da5075409d12d345d7cd73b6ea803f5f Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Tue, 16 Apr 2013 17:28:16 -0700 Subject: Map Editor fixes --- includes/mapclass.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') 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++) { -- cgit v1.2.3