Ku needs to be mapped to Kud in upconvert.

This commit is contained in:
Eric S. Raymond 2007-05-07 22:25:32 +00:00
parent 56bcb4629d
commit 9112b99390

View file

@ -417,6 +417,8 @@ def maptransform2(filename, baseline, inmap, y):
maxk = k
#print "Dominated by %s" % maxk
inmap[y][x] = inmap[y][x].replace("_K", "K" + maxk)
# There's only one kind of underground keep at present.
inmap[y][x] = inmap[y][x].replace("Ku", "Kud")
# Generic machinery starts here