(svn r23225) -Fix: create the newgrf/baseset/ai directories in the personal directory so the user has some clue where to place the different files

This commit is contained in:
rubidium 2011-11-14 21:58:19 +00:00
parent 834eac49fd
commit 86a168b2e9

View File

@ -1181,7 +1181,7 @@ void DeterminePaths(const char *exe)
#endif
static const Subdirectory default_subdirs[] = {
SAVE_DIR, AUTOSAVE_DIR, SCENARIO_DIR, HEIGHTMAP_DIR
SAVE_DIR, AUTOSAVE_DIR, SCENARIO_DIR, HEIGHTMAP_DIR, BASESET_DIR, NEWGRF_DIR, AI_DIR, AI_LIBRARY_DIR
};
for (uint i = 0; i < lengthof(default_subdirs); i++) {