(svn r22827) -Codechange: pass the/a more proper sub directory when opening (some) files instead of the default one
This commit is contained in:
@@ -599,7 +599,7 @@ public:
|
||||
|
||||
/* virtual */ bool AddFile(const char *filename, size_t basepath_length)
|
||||
{
|
||||
FILE *f = FioFOpenFile(filename, "r");
|
||||
FILE *f = FioFOpenFile(filename, "r", SCENARIO_DIR);
|
||||
if (f == NULL) return false;
|
||||
|
||||
ScenarioIdentifier id;
|
||||
|
Reference in New Issue
Block a user