mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Enabled mysterious Hero Placeholder.
This commit is contained in:
@@ -1751,7 +1751,7 @@ void Mapa::readObjects( const unsigned char * bufor, int &i)
|
|||||||
nobj = hp;
|
nobj = hp;
|
||||||
|
|
||||||
int a = bufor[i++]; //unkown byte, seems to be always 0 (if not - scream!)
|
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
|
int htid = bufor[i++]; //hero type id
|
||||||
nobj->subID = htid;
|
nobj->subID = htid;
|
||||||
|
Reference in New Issue
Block a user