(svn r15608) -Codechange: use the file scanner to find the files for the saveload window.

This commit is contained in:
rubidium
2009-03-04 01:09:48 +00:00
parent 4f3da358ee
commit 0682c1c46c
2 changed files with 72 additions and 40 deletions

View File

@@ -62,7 +62,7 @@ struct FiosItem {
FiosType type;
uint64 mtime;
char title[64];
char name[256 - 12 - 64];
char name[MAX_PATH];
};
/* Deals with the type of the savegame, independent of extension */