diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2021-10-24 16:13:01 +0200 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2021-10-25 00:14:36 +0200 |
| commit | 21e3e54c5fa72677362108f03bd388fcf091001e (patch) | |
| tree | 29c4a650a3ffdcee9285a9c5fb07ef25108777ce /progress.py | |
| parent | a924f2821bc2eb29fa5fa6300de93d22df98c702 (diff) | |
Convert directly referenced entity lists
Diffstat (limited to 'progress.py')
| -rw-r--r-- | progress.py | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/progress.py b/progress.py index e7638ad3..512dc31a 100644 --- a/progress.py +++ b/progress.py @@ -56,18 +56,7 @@ def parse_map(non_matching_funcs): if dir == 'src': src_data += size elif dir == 'data': - subdir = filepath.split('/')[1] - #print(subdir) - if subdir == 'sound': - src_data += size - elif subdir == 'map': - src_data += size - elif subdir == 'animations': - src_data += size - elif subdir == 'strings.o': - src_data += size - else: - data += size + data += size elif line.startswith(' '): arr = line.split() |
