(svn r27642) -Codechange: FiosGet* file query functions take a destination file list.

This commit is contained in:
alberth
2016-09-04 12:54:03 +00:00
parent a38cdeccc0
commit 93baf192a0
4 changed files with 34 additions and 27 deletions

View File

@@ -462,7 +462,7 @@ DEF_CONSOLE_CMD(ConPrintWorkingDirectory)
}
/* XXX - Workaround for broken file handling */
FiosGetSavegameList(SLD_LOAD_GAME);
FiosGetSavegameList(SLD_LOAD_GAME, _fios_items);
_fios_items.Clear();
FiosGetDescText(&path, NULL);