mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
fix some read only display lists missing from display_lists.inl
This commit is contained in:
parent
b190ee09fb
commit
56577a4a20
2 changed files with 1855 additions and 1854 deletions
|
|
@ -80,7 +80,7 @@ CUSTOM_DEFINED = [
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
verbose = len(sys.argv) > 1 and (sys.argv[1] == "-v" or sys.argv[1] == "--verbose")
|
verbose = len(sys.argv) > 1 and (sys.argv[1] == "-v" or sys.argv[1] == "--verbose")
|
||||||
pattern = re.compile("[\W]+")
|
pattern = re.compile(r"[\W]+")
|
||||||
display_lists = []
|
display_lists = []
|
||||||
for dir in DIRECTORIES:
|
for dir in DIRECTORIES:
|
||||||
for root, _, filenames in os.walk(dir):
|
for root, _, filenames in os.walk(dir):
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue