From 4b865a2a162023b7a7cdb8c7eba16af9c447ec9b Mon Sep 17 00:00:00 2001 From: Mike Swanson Date: Sat, 29 Aug 2015 12:05:26 -0700 Subject: d_iwad: change "gogcom_collectors_edition" to "root_path" --- src/d_iwad.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/d_iwad.c b/src/d_iwad.c index 5f938c79..b413c010 100644 --- a/src/d_iwad.c +++ b/src/d_iwad.c @@ -144,7 +144,7 @@ static registry_value_t uninstall_values[] = // Values installed by the GOG.com and Collector's Edition versions -static registry_value_t gogcom_collectors_edition_values[] = +static registry_value_t root_path_keys[] = { // Doom Collector's Edition @@ -181,7 +181,7 @@ static registry_value_t gogcom_collectors_edition_values[] = // Subdirectories of the above install path, where IWADs are installed. -static char *gogcom_collectors_edition_subdirs[] = +static char *root_path_subdirs[] = { ".", "Doom2", @@ -301,27 +301,27 @@ static void CheckUninstallStrings(void) // Check for GOG.com and Doom: Collector's Edition -static void CheckGOGcomCollectorsEdition(void) +static void CheckInstallRootPaths(void) { unsigned int i; - for (i=0; i