Skip to content

Commit caf6bac

Browse files
committed
#1948 fixed missing mapping
1 parent a31151f commit caf6bac

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

game/gamemap.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,10 @@ QString GameMap::getMapTagsText()
531531
{
532532
ret += tr("Air\n");
533533
}
534+
if (GameEnums::MapFilterFlags_Amphibious & m_headerInfo.m_mapFlags)
535+
{
536+
ret += tr("Amphibious\n");
537+
}
534538
if (GameEnums::MapFilterFlags_Scripted & m_headerInfo.m_mapFlags)
535539
{
536540
ret += tr("Scripted\n");

0 commit comments

Comments
 (0)