Cleanup debugging leftovers

This commit is contained in:
phobos2077
2026-02-28 15:58:57 +01:00
parent b58c26a401
commit fe24221456
-2
View File
@@ -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);