X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fmisc.c;h=271a8dfbb884946c0f3acfcba022b40d9ba0fa84;hp=8b37a47de807dd6dd5ff36f478fe654a927afad9;hb=25c22434b11938e230719d6f73df4ed7813570be;hpb=b86e1c575b39198b1bc5a6038afec5d8d6fe26c3 diff --git a/src/libgame/misc.c b/src/libgame/misc.c index 8b37a47d..271a8dfb 100644 --- a/src/libgame/misc.c +++ b/src/libgame/misc.c @@ -985,6 +985,7 @@ void GetOptions(int argc, char *argv[], options.sounds_directory = getPath2(ro_base_path, SOUNDS_DIRECTORY); options.music_directory = getPath2(ro_base_path, MUSIC_DIRECTORY); options.docs_directory = getPath2(ro_base_path, DOCS_DIRECTORY); + options.conf_directory = getPath2(ro_base_path, CONF_DIRECTORY); options.execute_command = NULL; options.special_flags = NULL; @@ -1063,6 +1064,7 @@ void GetOptions(int argc, char *argv[], options.sounds_directory = getPath2(ro_base_path, SOUNDS_DIRECTORY); options.music_directory = getPath2(ro_base_path, MUSIC_DIRECTORY); options.docs_directory = getPath2(ro_base_path, DOCS_DIRECTORY); + options.conf_directory = getPath2(ro_base_path, CONF_DIRECTORY); } else if (strncmp(option, "-levels", option_len) == 0) {