mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-25 21:07:18 +00:00
trackplacer: fix generation of a magic comment.
This commit is contained in:
parent
48cadae1ad
commit
3c90e126d5
@ -111,7 +111,7 @@ class JourneyTrack:
|
||||
fp.write("# Hand-hack strictly at your own risk\n")
|
||||
fp.write("#\n")
|
||||
fp.write("# trackplacer: map=%s\n" % self.mapfile)
|
||||
fp.write("# wmllint: no text\n")
|
||||
fp.write("# wmllint: no translatables\n")
|
||||
fp.write("#\n")
|
||||
index_tuples = zip(range(len(self.track)), self.track)
|
||||
index_tuples = filter(lambda (i, (a, x, y)): a in segmenters,
|
||||
|
Loading…
x
Reference in New Issue
Block a user