FULLPIPE: Hack to enable object loader
This commit is contained in:
parent
ad47d5a5e2
commit
9395ab11d2
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue