1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

file ending

This commit is contained in:
Laserlicht
2023-10-01 00:46:29 +02:00
committed by GitHub
parent 648a37310f
commit 23b8a321f6
3 changed files with 3 additions and 3 deletions

View File

@@ -365,4 +365,4 @@
"core.bonus.WATER_IMMUNITY.description": "Immun gegen alle Zauber der Wasserschule",
"core.bonus.WIDE_BREATH.name": "Breiter Atem",
"core.bonus.WIDE_BREATH.description": "Breiter Atem-Angriff (mehrere Felder)"
}
}

View File

@@ -201,4 +201,4 @@ CMapOverview::CMapOverviewWidget::CMapOverviewWidget(CMapOverview& parent):
if(minimaps.size() == 0)
w->setText("");
}
}
}

View File

@@ -54,4 +54,4 @@ public:
const ESelectionScreen tabType;
CMapOverview(std::string mapName, std::string fileName, std::string date, ResourcePath resource, ESelectionScreen tabType);
};
};