--- a/QTfrontend/model/roomslistmodel.cpp Thu Aug 21 15:01:19 2014 +0200
+++ b/QTfrontend/model/roomslistmodel.cpp Fri Aug 22 00:37:26 2014 +0400
@@ -132,6 +132,7 @@
{
if (content == "+rnd+") return tr("Random Map");
if (content == "+maze+") return tr("Random Maze");
+ if (content == "+perlin+") return tr("Random Perlin");
if (content == "+drawn+") return tr("Hand-drawn");
}
@@ -149,6 +150,7 @@
{
if (content == "+rnd+" ||
content == "+maze+" ||
+ content == "+perlin+" ||
content == "+drawn+" ||
m_staticMapModel->mapExists(content) ||
m_missionMapModel->mapExists(content))