mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 13:25:46 -04:00
scripts: support the VILE[\] sprites in wadinfo-builder.py
This commit is contained in:
parent
8b015ada6a
commit
837736fe20
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ def parse_assignment(section, line, match):
|
|||
if override is not None:
|
||||
filename = find_file(section, override.lower())
|
||||
else:
|
||||
filename = find_file(section, resource)
|
||||
filename = find_file(section, resource.replace('[', '$').replace(']', '#').replace('\\', '@'))
|
||||
|
||||
# File not found?
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue