From cd75303d801e0debd0a7da20b09b3f7c2bbee80e Mon Sep 17 00:00:00 2001 From: smatz Date: Mon, 28 Jul 2008 15:31:11 +0000 Subject: (svn r13859) -Fix: loading of TTD(Patch) savegames from the command line didn't work --- src/fios.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/fios.h') diff --git a/src/fios.h b/src/fios.h index 6a46987b3..40982bf4d 100644 --- a/src/fios.h +++ b/src/fios.h @@ -105,6 +105,8 @@ StringID FiosGetDescText(const char **path, uint32 *total_free); bool FiosDelete(const char *name); /* Make a filename from a name */ void FiosMakeSavegameName(char *buf, const char *name, size_t size); +/* Determines type of savegame (or tells it is not a savegame) */ +FiosType FiosGetSavegameListCallback(SaveLoadDialogMode mode, const char *file, const char *ext, char *title); int CDECL compare_FiosItems(const void *a, const void *b); -- cgit v1.2.3-70-g09d2