(svn r27636) -Codechange: Rename FileType to AbstractFileType.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user