1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

Fix Travis build

This commit is contained in:
DjWarmonger
2015-06-02 07:01:38 +02:00
parent c6f714db9c
commit 1389ae0ea3

View File

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