Ku needs to be mapped to Kud in upconvert.
This commit is contained in:
parent
56bcb4629d
commit
9112b99390
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue