Skip to content

Commit

Permalink
Fix OpenTTD#7311: External configuration file does not change arbores…
Browse files Browse the repository at this point in the history
…cence
  • Loading branch information
Berbe committed Mar 7, 2019
1 parent 3d4736c commit 837be87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fileio.cpp
Expand Up @@ -1221,7 +1221,7 @@ void DeterminePaths(const char *exe)
} else
#endif
{
_personal_dir = config_dir;
_personal_dir = _searchpaths[SP_PERSONAL_DIR];
}

/* Make the necessary folders */
Expand Down

0 comments on commit 837be87

Please sign in to comment.