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:
parent
f7bd5e75cb
commit
122a6a039e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user