Skip to content

Commit

Permalink
refs #430 : bugfix - typo
Browse files Browse the repository at this point in the history
  • Loading branch information
inureyes committed Apr 18, 2018
1 parent f7d437d commit 9a3d506
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gameFunctions.py
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,6 @@ def updateScreen(setting, screen, stats, sb, ship, aliens, bullets, eBullets, ch

# Draw the play button if the game is inActive
if not stats.gameActive:
if (stats.shipsLeft < 1):
if (stats.shipsLeft < 1) and not stats.paused:
bMenu.setMenuButtons(gameOverButtons)
scoreImg = pg.font.Font('Fonts/Square.ttf', 50).render("Score: " + str(stats.score), True, (0, 0, 0),
Expand Down

0 comments on commit 9a3d506

Please sign in to comment.