summaryrefslogtreecommitdiff
path: root/src/fios.cpp
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2016-09-04 12:45:11 +0000
committeralberth <alberth@openttd.org>2016-09-04 12:45:11 +0000
commitd6812947f3b793302dc1ad42a07767ab831e66e3 (patch)
tree56533789c058610b67ecf76e2651c79ac4a6d0dc /src/fios.cpp
parenta52864ef27729b3d8458d003a999de4655d59341 (diff)
downloadopenttd-d6812947f3b793302dc1ad42a07767ab831e66e3.tar.xz
(svn r27634) -Codechange: Improve name of the SmallFiosItem struct.
Diffstat (limited to 'src/fios.cpp')
-rw-r--r--src/fios.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fios.cpp b/src/fios.cpp
index 00ed5a484..6ba913c09 100644
--- a/src/fios.cpp
+++ b/src/fios.cpp
@@ -32,7 +32,7 @@
SmallVector<FiosItem, 32> _fios_items;
static char *_fios_path;
static const char *_fios_path_last;
-SmallFiosItem _file_to_saveload;
+FileToSaveLoad _file_to_saveload; ///< File to save or load in the openttd loop.
SortingBits _savegame_sort_order = SORT_BY_DATE | SORT_DESCENDING;
/* OS-specific functions are taken from their respective files (win32/unix/os2 .c) */