QTfrontend/model/roomslistmodel.cpp
branchqmlfrontend
changeset 11828 a69124eb7ce7
parent 11752 3c66845947a8
child 12474 42da9d8d82ab
--- a/QTfrontend/model/roomslistmodel.cpp	Tue May 17 23:18:08 2016 +0300
+++ b/QTfrontend/model/roomslistmodel.cpp	Tue May 17 23:29:49 2016 +0300
@@ -150,6 +150,7 @@
                 if (content == "+maze+") return tr("Random Maze");
                 if (content == "+perlin+") return tr("Random Perlin");
                 if (content == "+drawn+") return tr("Hand-drawn");
+                if (content == "+forts+") return tr("Forts");
             }
 
             // prefix ? if map not available
@@ -168,6 +169,7 @@
             content == "+maze+" ||
             content == "+perlin+" ||
             content == "+drawn+" ||
+            content == "+forts+" ||
             m_staticMapModel->mapExists(content) ||
             m_missionMapModel->mapExists(content))
             return QVariant();