Correcting display bug

This commit is contained in:
Charles Peyrat 2020-11-13 18:17:04 +01:00
parent ae493337ed
commit 18b06c5274
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ class MainMenu(Menu):
if option == MainMenuValues.START:
game.new_game()
game.state = GameMode.PLAY
game.display_actions(DisplayActions.UPDATE)
elif option == MainMenuValues.RESUME:
game.state = GameMode.PLAY
elif option == MainMenuValues.SETTINGS: