diff --git a/numnastics b/numnastics index 0b57f43..5e710ea 100755 --- a/numnastics +++ b/numnastics @@ -59,7 +59,7 @@ def game(mode): # Game starts at main menu mode = game_menu("start game", "instructions", "donate", "credits", "exit_game") while mode != "exit_game": - if mode == "menu": mode = game_menu("start game", "instructions", "credits", "exit_game") + if mode == "menu": mode = game_menu("start game", "instructions", "donate", "credits", "exit_game") if mode == "start game": mode = game(mode) time.sleep(.001)