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

Update lib/CPlayerState.h

Co-authored-by: Ivan Savenko <saven.ivan@gmail.com>
This commit is contained in:
SoundSSGood 2024-04-28 13:02:27 +02:00 committed by GitHub
parent ce68b3f45d
commit 0ac7108293
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,7 +63,7 @@ public:
std::vector<ConstTransitivePtr<CGDwelling> > dwellings; //used for town growth
std::vector<QuestInfo> quests; //store info about all received quests
std::vector<Bonus> battleBonuses; //additional bonuses to be added during battle with neutrals
std::map<size_t, std::map<ArtifactPosition, ArtifactID>> costumesArtifacts;
std::map<uint32_t, std::map<ArtifactPosition, ArtifactID>> costumesArtifacts;
bool cheated;
bool enteredWinningCheatCode, enteredLosingCheatCode; //if true, this player has entered cheat codes for loss / victory