One more typo

This commit is contained in:
Yohann D'ANELLO 2020-11-12 01:57:56 +01:00
parent 61d66ac220
commit d241bc8234
1 changed files with 1 additions and 1 deletions

View File

@ -11,5 +11,5 @@ class Bootstrap:
game = Game() game = Game()
game.new_game() game.new_game()
display = DisplayManager(term_manager.screen, game) display = DisplayManager(term_manager.screen, game)
game.display_actions = display.handle_display_actions game.display_actions = display.handle_display_action
game.run(term_manager.screen) game.run(term_manager.screen)