mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +02:00 
			
		
		
		
	Minor compile fix, not sure why it's necessary.
This commit is contained in:
		| @@ -289,7 +289,7 @@ int CMapGenerator::countHumanPlayers() const | ||||
| { | ||||
| 	return static_cast<int>(std::count_if(players.begin(), players.end(), [](const std::pair<TPlayerColor, CPlayerSettings> & pair) | ||||
| 	{ | ||||
| 		return pair.second.getPlayerType() == CPlayerSettings::HUMAN; | ||||
| 		return pair.second.getPlayerType() == CMapGenerator::CPlayerSettings::HUMAN; | ||||
| 	})); | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user