fix wadinfo-builder to reflect new vile names

This commit is contained in:
Nick Zatkovich 2017-07-17 01:06:17 -07:00 committed by Mike Swanson
parent 6b331718b9
commit 447afb8bc3

View file

@ -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?