diff --git a/src/d_iwad.c b/src/d_iwad.c index d570cafee..cc49b4c81 100644 --- a/src/d_iwad.c +++ b/src/d_iwad.c @@ -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.