mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
Cleanup debugging leftovers
This commit is contained in:
@@ -538,10 +538,8 @@ static void InitGlobalScripts() {
|
||||
|
||||
static void PrepareGlobalScriptsListByMask() {
|
||||
globalScriptFilesList.clear();
|
||||
bool hereBefore = false;
|
||||
for (const std::string fileMask : globalScriptPathList) {
|
||||
char const** filenames;
|
||||
auto w = filenames[1];
|
||||
auto basePath = fileMask.substr(0, fileMask.find_last_of("\\/") + 1); // path to scripts without mask
|
||||
int count = fo::func::db_get_file_list(fileMask.c_str(), &filenames);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user