mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 13:25:46 -04:00
fix wadinfo-builder to reflect new vile names
This commit is contained in:
parent
9465d617f2
commit
b66ab3d298
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ def parse_assignment(section, line, match):
|
|||
if override is not None:
|
||||
filename = find_file(section, override.lower())
|
||||
else:
|
||||
filename = find_file(section, resource.replace('[', '$').replace(']', '#').replace('\\', '@'))
|
||||
filename = find_file(section, resource.replace('\\', '^'))
|
||||
|
||||
# File not found?
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue