Update MapDisplay after loading a map

This commit is contained in:
Yohann D'ANELLO 2020-11-18 15:04:15 +01:00
parent 5a65957574
commit 7ae4e47fc3
1 changed files with 1 additions and 0 deletions

View File

@ -122,6 +122,7 @@ class Game:
Loads the game from a dictionary
"""
self.map.load_state(d)
self.display_actions(DisplayActions.UPDATE)
def load_game(self) -> None:
"""