1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-23 00:28:08 +02:00

Quick implementation of stack experience details. Minor fixes.

Man, it's ugly.
This commit is contained in:
DjWarmonger
2011-03-21 08:14:23 +00:00
parent f88ac50a44
commit 70b21fc9eb
5 changed files with 70 additions and 4 deletions

View File

@ -74,6 +74,7 @@ public:
std::vector <std::string> skillName;
std::vector <std::vector <std::string> > skillInfoTexts; //[id][level] : level 0 - basic; 2 - advanced
std::vector<std::string> levels;
std::vector<std::string> zcrexp; //more or less useful content of that file
//campaigns
std::vector <std::string> campaignMapNames;