Renamed ArjFile to ArchiveMan, and _arj to _archives.
svn-id: r48000
This commit is contained in:
parent
0aefdb7826
commit
56bf7a20d3
8 changed files with 17 additions and 25 deletions
|
@ -133,7 +133,7 @@ void DrasculaEngine::cleanupString(char *string) {
|
|||
void DrasculaEngine::converse(int index) {
|
||||
char fileName[20];
|
||||
sprintf(fileName, "op_%d.cal", index);
|
||||
Common::SeekableReadStream *stream = _arj.open(fileName);
|
||||
Common::SeekableReadStream *stream = _archives.open(fileName);
|
||||
if (!stream)
|
||||
error("missing data file %s", fileName);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue