- Do do not disable config writing before DoGameSetup() (introduced in r3653) if the config file

does not already exist. This way, we can create a default config file without removing anything
  from an existing config file if things go wrong early during setup.

SVN r3737 (trunk)
This commit is contained in:
Randy Heit 2012-07-06 02:22:58 +00:00
commit ca2cfb803f
3 changed files with 12 additions and 3 deletions

View file

@ -326,7 +326,7 @@ int FIWadManager::CheckIWAD (const char *doomwaddir, WadStuff *wads)
int numfound;
numfound = 0;
return 0;
slash = (doomwaddir[0] && doomwaddir[strlen (doomwaddir)-1] != '/') ? "/" : "";
// Search for a pre-defined IWAD