FULLPIPE: Removed excess debugging info and added variable levels

This commit is contained in:
Eugene Sandulenko 2013-06-11 01:34:37 +03:00
parent a116677e6e
commit ffd8ebacc5
3 changed files with 25 additions and 26 deletions

View file

@ -112,6 +112,7 @@ MfcArchive::MfcArchive() {
}
_lastIndex = 1;
_level = 0;
_objectMap.push_back(0);
_objectIdMap.push_back(kNullObject);