1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-27 22:49:25 +02:00

Whitespace cleanup. (No code changes.)

This commit is contained in:
AlexVinS
2016-02-15 13:34:37 +03:00
parent c550484613
commit 4d9058e412
18 changed files with 184 additions and 184 deletions

View File

@@ -339,7 +339,7 @@ void CMapGenOptions::updateCompOnlyPlayers()
// Add some comp only players if necessary
int compOnlyPlayersToAdd = getPlayerCount() - players.size();
if (compOnlyPlayersToAdd < 0)
{
logGlobal->errorStream() << boost::format("Incorrect number of players to add. Requested players %d, current players %d") % playerCount % players.size();