mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-04 16:26:53 +00:00
TOLTECS: Migrate engine to Path
This commit is contained in:
parent
da5f81d151
commit
7d05b38654
@ -64,7 +64,7 @@ void ArchiveReader::dump(uint resIndex) {
|
||||
int32 resourceSize = getResourceSize(resIndex);
|
||||
byte *data = new byte[resourceSize];
|
||||
|
||||
Common::String fn = Common::String::format("toltecs_res.%03d", resIndex);
|
||||
Common::Path fn(Common::String::format("toltecs_res.%03d", resIndex));
|
||||
|
||||
openResource(resIndex);
|
||||
read(data, resourceSize);
|
||||
|
Loading…
Reference in New Issue
Block a user