1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00
This commit is contained in:
DjWarmonger
2016-12-12 21:38:12 +01:00
parent 80d5f7b4a4
commit 27ff9efd4b
4 changed files with 41 additions and 23 deletions

View File

@@ -62,6 +62,7 @@ struct DLL_LINKAGE TeamState : public CBonusSystemNode
public:
TeamID id; //position in gameState::teams
std::set<PlayerColor> players; // members of this team
//TODO: boost::array, bool if possible
std::vector<std::vector<std::vector<ui8> > > fogOfWarMap; //true - visible, false - hidden
TeamState();