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

Seer Hut & Quest Guard are now pretty functional. You may mark them as implemented.

This commit is contained in:
DjWarmonger
2010-02-04 20:34:20 +00:00
parent bc6cba565e
commit c33f3e6baa
4 changed files with 118 additions and 27 deletions

View File

@@ -922,7 +922,8 @@ void Mapa::loadHero( CGObjectInstance * &nobj, const unsigned char * bufor, int
break;
}
}
nhi->identifier = identifier;
nhi->identifier = identifier; //probably redundant
heroesToBeat[identifier] = nhi;
if(readChar(bufor,i))//true if hero has nonstandard name
nhi->name = readString(bufor,i);
if(version>AB)