fix printing and misc menu issues
build_test / build (push) Failing after 2m57s

This commit is contained in:
2025-06-02 22:04:56 +02:00
parent dded22125c
commit bf02560cdd
2 changed files with 119 additions and 3 deletions
+1
View File
@@ -236,5 +236,6 @@ std::vector<allocation> editor_easy_allocated;
std::string complaint =
std::vformat(loc_strings->criminal_complaint_template, comp_args);
delete_all(&editor_easy_allocated);
return complaint;
}