rooms-list: fix "Forts" map type being displayed in dark red
authorsheepluva
Thu, 28 Apr 2016 00:41:09 +0200
changeset 11752 3c66845947a8
parent 11751 20e0a72e0e2c
child 11753 5c192a4751d8
rooms-list: fix "Forts" map type being displayed in dark red
QTfrontend/model/roomslistmodel.cpp
--- a/QTfrontend/model/roomslistmodel.cpp	Wed Apr 27 23:52:43 2016 +0200
+++ b/QTfrontend/model/roomslistmodel.cpp	Thu Apr 28 00:41:09 2016 +0200
@@ -169,6 +169,7 @@
             content == "+maze+" ||
             content == "+perlin+" ||
             content == "+drawn+" ||
+            content == "+forts+" ||
             m_staticMapModel->mapExists(content) ||
             m_missionMapModel->mapExists(content))
             return QVariant();