mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-12 14:41:51 +00:00
Fix stupid error in cross-referencing image files from subdirectories.
This commit is contained in:
parent
75428cae81
commit
4a475cb695
@ -166,6 +166,8 @@ class CrossRef:
|
||||
self.fileref[key].append(fn, n+1)
|
||||
else:
|
||||
key = self.imagesearch(name)
|
||||
if key:
|
||||
self.fileref[key].append(fn, n+1)
|
||||
if not key:
|
||||
self.missing.append((name, reference(fn,n+1)))
|
||||
rfp.close()
|
||||
|
Loading…
x
Reference in New Issue
Block a user