diff options
Diffstat (limited to 'UCore.pas')
| -rw-r--r-- | UCore.pas | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -479,7 +479,7 @@ begin // It's a directory, mark as starting item DirStage1List.Add(root); // Recurse to child - FillDirFiles_Recurse(InputFiles[i], 2); + if not DoNotRecurse then FillDirFiles_Recurse(InputFiles[i], 2); // Add ending item root := GetFileInfoSL(Engine, InputFiles[i]); root^.Stage1 := False; |
