mirror of
https://github.com/open-goal/jak-project
synced 2026-08-05 17:44:39 -04:00
d/jak2: finish region as well as some typedef files - ctywide-obs-h | vehicle-h | rigid-body-h (#1935)
This commit is contained in:
@@ -185,7 +185,6 @@ if args.preserve:
|
||||
lines_to_ignore = 0
|
||||
i = len(final_lines) - 1
|
||||
while i > 0 and (final_lines[i] == "\n" or final_lines[i] == "0\n"):
|
||||
print(final_lines[i])
|
||||
lines_to_ignore = lines_to_ignore + 1
|
||||
i = i - 1
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
# Updates files in gsrc if they are modified in the reference test folder
|
||||
# Uses git
|
||||
# TODO - get new untracked files as well
|
||||
import subprocess
|
||||
from git import Repo
|
||||
|
||||
|
||||
Reference in New Issue
Block a user