@@ -980,7 +980,7 @@ class ParseScreenObstructions:
#sprite below them
forkeyinlud:
#bmps are stored upside down, so do endswith here..
ifkey.endswith(tile[-len(tile)*3/4:]):
ifkey.endswith(tile[int(-len(tile)*3/4):]):
doc=lud.get(key)
break
else:
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.