1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

Merged Ivan's changes from trunk (r1921)

This commit is contained in:
Michał W. Urbańczyk
2011-01-28 02:33:26 +00:00
8 changed files with 62 additions and 64 deletions

View File

@@ -36,6 +36,7 @@ public:
std::vector<std::string> overview;//text for Kingdom Overview window
std::vector<std::string> colors; //names of player colors ("red",...)
std::vector<std::string> capColors; //names of player colors with first letter capitalized ("Red",...)
std::vector<std::string> turnDurations; //turn durations for pregame (1 Minute ... Unlimited)
//artifacts
std::vector<std::string> artifEvents;