wrapped archive routines into a new class named Archive. File-level static variables have been made members of the new class.
svn-id: r25866
This commit is contained in:
parent
0c77177ef1
commit
cacff9a9f2
11 changed files with 101 additions and 115 deletions
|
@ -134,7 +134,7 @@ void Parallaction::doLoadGame(uint16 slot) {
|
|||
refreshInventory(_vm->_characterName);
|
||||
|
||||
parseLocation("common");
|
||||
closeArchive();
|
||||
_archive.close();
|
||||
|
||||
strcat(_location, _vm->_characterName);
|
||||
_engineFlags |= kEngineChangeLocation;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue