Skip to content

Commit

Permalink
FULLPIPE: Hack to enable object loader
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Sep 6, 2013
1 parent ad47d5a commit 9395ab1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/fullpipe/utils.cpp
Expand Up @@ -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 {
Expand Down

0 comments on commit 9395ab1

Please sign in to comment.