(svn r27647) -Codechange: Introduce file operations, and use it to replace most of SaveLoadDialogMode
This commit is contained in:
@@ -67,7 +67,7 @@ public:
|
||||
void ValidateFileList(bool force_reload = false)
|
||||
{
|
||||
if (force_reload || !this->file_list_valid) {
|
||||
this->BuildFileList(SLD_LOAD_GAME);
|
||||
this->BuildFileList(FT_SAVEGAME, FOP_LOAD);
|
||||
this->file_list_valid = true;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user