Use signature utils

This commit is contained in:
Federico Cecchetto
2022-03-26 19:51:51 +01:00
parent 7b995b3348
commit 4ffdb331b4
15 changed files with 246 additions and 7516 deletions

View File

@ -95,7 +95,7 @@ namespace scripting
const auto file_id = atoi(filename);
if (file_id)
{
current_file = scripting::file_list[file_id];
current_file = scripting::find_file(file_id);
}
process_script_hook.invoke<void>(filename);