From 122a6a039eae048de6509d774cae108a6bd4c7f8 Mon Sep 17 00:00:00 2001 From: DjWarmonger Date: Tue, 8 Mar 2011 14:04:47 +0000 Subject: [PATCH] Enabled mysterious Hero Placeholder. --- lib/map.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/map.cpp b/lib/map.cpp index 65ec9eb5a..171aa27c9 100644 --- a/lib/map.cpp +++ b/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;