do not encourage littering the HOME directory with loose WAD files (#2117)

This commit is contained in:
Fabian Greffrath 2025-01-05 21:46:45 +01:00 committed by GitHub
parent ec7344f041
commit 22a1ee93e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -597,10 +597,6 @@ void BuildIWADDirList(void)
AddIWADPath(env, "");
}
// [FG] Add plain HOME directory
env = M_HomeDir();
array_push(iwad_dirs, env);
#ifdef _WIN32
// Search the registry and find where IWADs have been installed.