From 6dbf179f94bfbd2e33c9d6284447f46fc85a7ce9 Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Sat, 25 Aug 2012 02:25:18 -0700 Subject: Rock X and Rock x UI support --- includes/maps.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'includes') diff --git a/includes/maps.php b/includes/maps.php index f49900f..a170f58 100644 --- a/includes/maps.php +++ b/includes/maps.php @@ -38,6 +38,13 @@ function DisplayMap($mapMatrix, $idprefix = 1, $style = 'normal', $speed = NULL) case 'S': $maptable .= "
"; break; + + case 'X': $maptable .= " +
"; break; + + case 'x': $maptable .= " +
"; break; + case 'f': $maptable .= "
"; break; //TP1 -- cgit v1.2.3