SCI: reverting r52448
broke importing, also savedgames are named "qfg1.0xx", so they werent showed before anyway and ".sav" is not mandatory for exported character files. svn-id: r52449
This commit is contained in:
parent
3e6d55aee7
commit
6d7d0ee940
1 changed files with 4 additions and 4 deletions
|
@ -944,12 +944,12 @@ reg_t DirSeeker::firstFile(const Common::String &mask, reg_t buffer, SegManager
|
|||
int QfGImport = g_sci->inQfGImportRoom();
|
||||
if (QfGImport) {
|
||||
_files.clear();
|
||||
addAsVirtualFiles("-QfG1-", "qfg1-*.sav");
|
||||
addAsVirtualFiles("-QfG1VGA-", "qfg1vga-*.sav");
|
||||
addAsVirtualFiles("-QfG1-", "qfg1-*");
|
||||
addAsVirtualFiles("-QfG1VGA-", "qfg1vga-*");
|
||||
if (QfGImport > 2)
|
||||
addAsVirtualFiles("-QfG2-", "qfg2-*.sav");
|
||||
addAsVirtualFiles("-QfG2-", "qfg2-*");
|
||||
if (QfGImport > 3)
|
||||
addAsVirtualFiles("-QfG3-", "qfg3-*.sav");
|
||||
addAsVirtualFiles("-QfG3-", "qfg3-*");
|
||||
|
||||
if (QfGImport == 3) {
|
||||
// QfG3 sorts the filelisting itself, we can't let that happen otherwise our
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue