first commit for a long time

This commit is contained in:
Louis Vallat 2018-12-26 14:34:29 +01:00
parent 564bfaca97
commit a8015bf2b0

View File

@ -774,7 +774,7 @@ class Game:
# >>> DO YOU REALLY NEED COMMENTS FOR THIS ONE ? >>> # >>> DO YOU REALLY NEED COMMENTS FOR THIS ONE ? >>>
def quit(self): def quit(self):
pg.quit() pg.quit()
sys.exit() #sys.exit()
# >>> RESTART THE WHOLE GAME >>> # >>> RESTART THE WHOLE GAME >>>
def restartGame(self): def restartGame(self):