(svn r27636) -Codechange: Rename FileType to AbstractFileType.

This commit is contained in:
alberth
2016-09-04 12:46:07 +00:00
parent a35e970ab0
commit 757bc0a97b
3 changed files with 13 additions and 13 deletions

View File

@@ -738,7 +738,7 @@ static WindowDesc _save_dialog_desc(
* These values are used to convert the file/operations mode into a corresponding file type.
* So each entry, as expressed by the related comment, is based on the enum
*/
static const FileType _file_modetotype[] = {
static const AbstractFileType _file_modetotype[] = {
FT_SAVEGAME, // used for SLD_LOAD_GAME
FT_SCENARIO, // used for SLD_LOAD_SCENARIO
FT_SAVEGAME, // used for SLD_SAVE_GAME