FULLPIPE: Hack to enable object loader

This commit is contained in:
Eugene Sandulenko 2013-06-09 12:32:14 +03:00
parent ad47d5a5e2
commit 9395ab11d2

View file

@ -101,6 +101,7 @@ CObject *MfcArchive::parseClass() {
objectId = _classMap[name];
_objectMap.push_back(objectId);
_objectMap.push_back(objectId); // Gross HACK
debug(0, "tag: %d", _objectMap.size() - 1);
} else {