(svn r9560) -Codechange: add support for multiple 'base' directories for newgrf searching.

-Codechange: do not add duplicate files to the newgrf list.
This commit is contained in:
rubidium
2007-04-04 12:03:10 +00:00
parent a1b7fb8909
commit db91588845
6 changed files with 51 additions and 29 deletions

View File

@@ -45,6 +45,7 @@ struct GRFError {
struct GRFConfig : public GRFIdentifier {
char *filename;
char *full_path;
char *name;
char *info;
GRFError *error;