One more typo
This commit is contained in:
parent
61d66ac220
commit
d241bc8234
|
@ -11,5 +11,5 @@ class Bootstrap:
|
|||
game = Game()
|
||||
game.new_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)
|
||||
|
|
Loading…
Reference in New Issue