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

Fixed generation of CPU teams.

This commit is contained in:
DjWarmonger
2015-06-01 21:57:43 +02:00
parent 34a59a2788
commit c6f714db9c
4 changed files with 71 additions and 13 deletions

View File

@@ -155,6 +155,7 @@ public:
private:
void resetPlayersMap();
int countHumanPlayers() const;
int CMapGenOptions::countCompOnlyPlayers() const;
PlayerColor getNextPlayerColor() const;
void updateCompOnlyPlayers();
void updatePlayers();