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:
Nicola Mettifogo 2007-02-25 20:35:47 +00:00
parent 0c77177ef1
commit cacff9a9f2
11 changed files with 101 additions and 115 deletions

View file

@ -134,7 +134,7 @@ void Parallaction::doLoadGame(uint16 slot) {
refreshInventory(_vm->_characterName);
parseLocation("common");
closeArchive();
_archive.close();
strcat(_location, _vm->_characterName);
_engineFlags |= kEngineChangeLocation;