mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-24 08:32:34 +02:00
Fix unused variable
This commit is contained in:
parent
91ebac3c2e
commit
d0e100c1bb
@ -580,7 +580,7 @@ void CMapGenOptions::finalize(CRandomGenerator & rand)
|
|||||||
}
|
}
|
||||||
logGlobal->trace("Player %d: %s", player.second.getColor(), playerType);
|
logGlobal->trace("Player %d: %s", player.second.getColor(), playerType);
|
||||||
}
|
}
|
||||||
logGlobal->info("Final player config: %d total, %d cpu-only", players.size(), static_cast<int>(getCompOnlyPlayerCount()));
|
logGlobal->info("Final player config: %d total, %d cpu-only", players.size(), cpuOnlyPlayers);
|
||||||
}
|
}
|
||||||
|
|
||||||
void CMapGenOptions::updatePlayers()
|
void CMapGenOptions::updatePlayers()
|
||||||
|
Loading…
Reference in New Issue
Block a user