summaryrefslogtreecommitdiffstats
path: root/includes/mapclass.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/mapclass.php')
-rw-r--r--includes/mapclass.php3
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++) {