summaryrefslogtreecommitdiff
path: root/src/fios_gui.cpp
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2016-09-04 12:46:07 +0000
committeralberth <alberth@openttd.org>2016-09-04 12:46:07 +0000
commit087ed1e999e900d695f5de11b340406890baa3a7 (patch)
treea5354afbbc3b64d4d8f4e3f16ba29046d6c08cad /src/fios_gui.cpp
parent9135f7130ec5d542ec5187d10eb41920ade4d0c2 (diff)
downloadopenttd-087ed1e999e900d695f5de11b340406890baa3a7.tar.xz
(svn r27636) -Codechange: Rename FileType to AbstractFileType.
Diffstat (limited to 'src/fios_gui.cpp')
-rw-r--r--src/fios_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fios_gui.cpp b/src/fios_gui.cpp
index 401cb8254..31f0b3d51 100644
--- a/src/fios_gui.cpp
+++ b/src/fios_gui.cpp
@@ -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