1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +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: private:
void resetPlayersMap(); void resetPlayersMap();
int countHumanPlayers() const; int countHumanPlayers() const;
int CMapGenOptions::countCompOnlyPlayers() const; int countCompOnlyPlayers() const;
PlayerColor getNextPlayerColor() const; PlayerColor getNextPlayerColor() const;
void updateCompOnlyPlayers(); void updateCompOnlyPlayers();
void updatePlayers(); void updatePlayers();