Eleminate some false conversion messages.
This commit is contained in:
parent
32258c9530
commit
4bed1f1f7f
1 changed files with 2 additions and 2 deletions
|
@ -488,8 +488,8 @@ def hack_syntax(filename, lines):
|
|||
if verbose:
|
||||
print '"%s", line %d: inserting %s' % (filename, i+1, `new_line`)
|
||||
lines.insert(j+1, new_line)
|
||||
j += 1
|
||||
modcount += 1
|
||||
j += 1
|
||||
modcount += 1
|
||||
j += 1
|
||||
# Ensure that every speaker=narrator block without an image uses
|
||||
# wesnoth-icon.png as an image.
|
||||
|
|
Loading…
Add table
Reference in a new issue