Skip to content

Commit

Permalink
do not encourage littering the HOME directory with loose WAD files (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiangreffrath authored Jan 5, 2025
1 parent ec7344f commit 22a1ee9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/d_iwad.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 22a1ee9

Please sign in to comment.