Cosmetic fix.
This commit is contained in:
parent
d4081a1b81
commit
de8f3b677b
1 changed files with 2 additions and 1 deletions
|
@ -482,7 +482,8 @@ def hack_syntax(filename, lines):
|
|||
j += 1
|
||||
modcount += 1
|
||||
j += 1
|
||||
# Ensure that every speaker=narrator block without an image uses wesnoth-icon.png as an image."
|
||||
# Ensure that every speaker=narrator block without an image uses
|
||||
# wesnoth-icon.png as an image.
|
||||
need_image = False
|
||||
for i in range(len(lines)):
|
||||
if "no-syntax-rewrite" in lines[i]:
|
||||
|
|
Loading…
Add table
Reference in a new issue