From df11c5da2c6e91a2c079308d62110995352d76f5 Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Tue, 9 Apr 2013 01:08:02 -0700 Subject: MapEditor improvements --- includes/mapclass.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'includes/mapclass.php') 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++) { -- cgit v1.2.3