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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user