Skip to content

Instantly share code, notes, and snippets.

@kevinvanderlugt
Created September 7, 2014 00:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevinvanderlugt/c2eb25955d76c4635a22 to your computer and use it in GitHub Desktop.
Save kevinvanderlugt/c2eb25955d76c4635a22 to your computer and use it in GitHub Desktop.
// Replace this line (at line 169 for me but might be different for you)
if(self.gameScore == 0)
// With this line
if(self.gameScore == 0 && !self.gameTimer)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment