From 86a168b2e9e9f19b8d3e22b368f3aacc920c9896 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 14 Nov 2011 21:58:19 +0000 Subject: (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 --- src/fileio.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fileio.cpp b/src/fileio.cpp index 9b54cb1cb..e04cae8fa 100644 --- a/src/fileio.cpp +++ b/src/fileio.cpp @@ -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++) { -- cgit v1.2.3-70-g09d2