Browse Source

Enabled mysterious Hero Placeholder.

DjWarmonger 14 years ago
parent
commit
122a6a039e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/map.cpp

+ 1 - 1
lib/map.cpp

@@ -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;