summaryrefslogtreecommitdiff
path: root/src/fios.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-03-04 01:09:48 +0000
committerrubidium <rubidium@openttd.org>2009-03-04 01:09:48 +0000
commit0682c1c46cce7b74231486a0b8507e6e7a9b4128 (patch)
treebece3ae0115375daba8ebf65fb16d2110b01fda4 /src/fios.h
parent4f3da358eec324ac4bc34927d4d8997e6181da2e (diff)
downloadopenttd-0682c1c46cce7b74231486a0b8507e6e7a9b4128.tar.xz
(svn r15608) -Codechange: use the file scanner to find the files for the saveload window.
Diffstat (limited to 'src/fios.h')
-rw-r--r--src/fios.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fios.h b/src/fios.h
index f119dd75c..4f6f98c58 100644
--- a/src/fios.h
+++ b/src/fios.h
@@ -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 */