# HG changeset patch
# User sheepluva
# Date 1461796869 -7200
# Node ID 3c66845947a8997ba7e150707109fa9ff5a7fb39
# Parent  20e0a72e0e2c93cedc6168c4cc8ada7d478a15df
rooms-list: fix "Forts" map type being displayed in dark red

diff -r 20e0a72e0e2c -r 3c66845947a8 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();