mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-03 18:17:20 +00:00
made WML {inclusion} non-recursive
This commit is contained in:
parent
d8dcd9480a
commit
bbe26cdf19
@ -438,7 +438,7 @@ void internal_preprocess_file(const std::string& fname,
|
||||
if(is_directory(fname)) {
|
||||
|
||||
std::vector<std::string> files;
|
||||
get_files_in_dir(fname,&files,&files,ENTIRE_FILE_PATH);
|
||||
get_files_in_dir(fname,&files,NULL,ENTIRE_FILE_PATH);
|
||||
|
||||
for(std::vector<std::string>::const_iterator f = files.begin();
|
||||
f != files.end(); ++f) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user