1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

Enabled mysterious Hero Placeholder.

This commit is contained in:
DjWarmonger 2011-03-08 14:04:47 +00:00
parent f7bd5e75cb
commit 122a6a039e

View File

@ -1751,7 +1751,7 @@ void Mapa::readObjects( const unsigned char * bufor, int &i)
nobj = hp;
int a = bufor[i++]; //unkown byte, seems to be always 0 (if not - scream!)
assert(!a);
tlog2 << "Unhandled Hero Placeholder detected\n";
int htid = bufor[i++]; //hero type id
nobj->subID = htid;