- 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:
parent
df6f494329
commit
ca2cfb803f
3 changed files with 12 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue