Adjust generate_symbols* to db363ab1

The image map was renamed, so it was not found anymore.
This commit is contained in:
Georg Baum 2016-06-04 20:13:37 +02:00
parent f965fc95f6
commit 8e7bed57da
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ def getreplacements(filename):
replacements[m.group(1)] = m.group(2)
else:
return replacements
elif line.find('PngMap sorted_png_map') == 0:
elif line.find('ImgMap sorted_img_map') == 0:
found = True

View File

@ -76,7 +76,7 @@ def getreplacements(filename):
replacements[m.group(1)] = m.group(2)
else:
return replacements
elif line.find('PngMap sorted_png_map') == 0:
elif line.find('ImgMap sorted_img_map') == 0:
found = True