fix bug on load data

This commit is contained in:
Shadow15510 2021-08-14 22:43:40 +02:00
parent 5e2ba699d9
commit 2bf04ba0d4
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ class Asci:
# Screen configuration
self.screen = Screen(screen_width, screen_height)
self.screen.set_world(maps[data[2]])
self.screen.set_world(maps[data[1]])
self.map_width, self.map_height = self.screen.get_map_size()
def _looked_case(self, direction):