mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 13:25:46 -04:00
Minor fix to wadinfo-builder script.
This commit is contained in:
parent
dd5630bb1e
commit
4a2af33288
1 changed files with 5 additions and 4 deletions
|
@ -163,12 +163,13 @@ def parse_stream(stream):
|
|||
if section == "texture1" or section == "texture2":
|
||||
section = "textures"
|
||||
|
||||
# Possibly comment out assignments.
|
||||
else:
|
||||
# Possibly comment out assignments.
|
||||
|
||||
match = assignment_re.match(line)
|
||||
match = assignment_re.match(line)
|
||||
|
||||
if match:
|
||||
line = parse_assignment(section, line, match)
|
||||
if match:
|
||||
line = parse_assignment(section, line, match)
|
||||
|
||||
print line
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue