more fixes

This commit is contained in:
water111
2026-04-13 19:47:54 -04:00
parent 5670fce5bd
commit 0da265f87b
12 changed files with 319 additions and 176 deletions
+2
View File
@@ -153,6 +153,8 @@ with open(decomp_file_path) as f:
decomp_form_paren_stack = []
i = i + 1
break
if i + 1 == len(lines):
break
else:
decomp_lines.append(line)
i = i + 1