Fixed merge conflict

master
David Raison 2014-08-31 01:39:09 +02:00
commit f98940e307
1 changed files with 1 additions and 0 deletions

View File

@ -203,6 +203,7 @@ class TheGame:
# Had enough of this?
if event.type == pygame.QUIT:
running = False
game.gameOver()
pygame.quit()
sys.exit()