Skip to content

Commit

Permalink
Correctif bug Quit dans le menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan-Roger committed Feb 4, 2016
1 parent ecb3a14 commit 5d0d8d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions menu_classe.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import credits_classe
import os

VERSION = '1.0.5'
VERSION = '1.0.6'

class Menu:
def __init__(self):
Expand Down Expand Up @@ -83,7 +83,7 @@ def launch(self):

print('Ending menu ...')

return ['PLAY','ERROR','ERROR','QUIT'][self.selected]
return ['PLAY','ERROR','QUIT','ERROR'][self.selected]

def draw(self):
#Creation des texte
Expand Down

0 comments on commit 5d0d8d9

Please sign in to comment.