mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-13 07:57:58 +00:00
- This was not supposed to be committed as part of r3737.
SVN r3739 (trunk)
This commit is contained in:
parent
a5d77e6796
commit
9757492b7a
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ int FIWadManager::CheckIWAD (const char *doomwaddir, WadStuff *wads)
|
||||||
int numfound;
|
int numfound;
|
||||||
|
|
||||||
numfound = 0;
|
numfound = 0;
|
||||||
return 0;
|
|
||||||
slash = (doomwaddir[0] && doomwaddir[strlen (doomwaddir)-1] != '/') ? "/" : "";
|
slash = (doomwaddir[0] && doomwaddir[strlen (doomwaddir)-1] != '/') ? "/" : "";
|
||||||
|
|
||||||
// Search for a pre-defined IWAD
|
// Search for a pre-defined IWAD
|
||||||
|
|
Loading…
Reference in a new issue