diff options
Diffstat (limited to 'src/fios.cpp')
-rw-r--r-- | src/fios.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fios.cpp b/src/fios.cpp index db8e4218b..f1d1691d9 100644 --- a/src/fios.cpp +++ b/src/fios.cpp @@ -29,6 +29,7 @@ int _fios_num; static char *_fios_path; static FiosItem *_fios_items; +SmallFiosItem _file_to_saveload; static int _fios_count, _fios_alloc; /* OS-specific functions are taken from their respective files (win32/unix/os2 .c) */ |