forked from mirror/OpenTTD
(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:
@@ -45,6 +45,7 @@ struct GRFError {
|
||||
|
||||
struct GRFConfig : public GRFIdentifier {
|
||||
char *filename;
|
||||
char *full_path;
|
||||
char *name;
|
||||
char *info;
|
||||
GRFError *error;
|
||||
|
Reference in New Issue
Block a user