1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

- Quest log minimap now has clickable icons

- Border guard & border gate inherit Quest interface
- Lots of tweaks
This commit is contained in:
DjWarmonger
2012-07-08 16:36:20 +00:00
parent 32d1a08470
commit b28da1a5d3
12 changed files with 189 additions and 29 deletions

View File

@@ -502,6 +502,15 @@ void CGeneralTextHandler::load()
for (i = 0; i < 48; ++i)
loadToIt(seerNames[i], buf, it, 3);
buf = bitmaph->getTextFile("TENTCOLR.TXT");
itr=0;
while(itr<buf.length()-1)
{
std::string tmp;
loadToIt(tmp, buf, itr, 3);
tentColors.push_back(tmp);
}
//campaigns
buf = bitmaph->getTextFile ("CAMPTEXT.TXT");
it = 0;