summaryrefslogtreecommitdiff
path: root/src/fios.cpp
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2016-09-04 12:45:40 +0000
committeralberth <alberth@openttd.org>2016-09-04 12:45:40 +0000
commit9135f7130ec5d542ec5187d10eb41920ade4d0c2 (patch)
tree4d3162b3bb4e470757f20a1d1e2470243356a21c /src/fios.cpp
parentd6812947f3b793302dc1ad42a07767ab831e66e3 (diff)
downloadopenttd-9135f7130ec5d542ec5187d10eb41920ade4d0c2.tar.xz
(svn r27635) -Codechange: Move FileType and FileToSaveLoad structure definitions.
Diffstat (limited to 'src/fios.cpp')
-rw-r--r--src/fios.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fios.cpp b/src/fios.cpp
index 6ba913c09..631c88bf6 100644
--- a/src/fios.cpp
+++ b/src/fios.cpp
@@ -32,7 +32,6 @@
SmallVector<FiosItem, 32> _fios_items;
static char *_fios_path;
static const char *_fios_path_last;
-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) */