1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00

Fix template selection

This commit is contained in:
nordsoft
2022-12-14 05:23:21 +04:00
parent 53b2f68560
commit fc7f1dbc5a
3 changed files with 12 additions and 75 deletions

View File

@ -413,7 +413,6 @@ PlayerColor CMapGenOptions::getNextPlayerColor() const
bool CMapGenOptions::checkOptions() const
{
assert(countHumanPlayers() > 0);
if(mapTemplate)
{
return true;