Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeebiss committed Mar 25, 2013
1 parent f1a0b37 commit ed09448
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -83,14 +83,14 @@ public void run() {
break;
case HEART:
if (counter > wait) {
dB.log("...playing heart effect");
//dB.log("...playing heart effect");
playHeartEffect();
counter = 0;
}
break;
case EXPLOSION:
if (counter > wait) {
dB.log("...playing explosion effect");
//dB.log("...playing explosion effect");
playExplosionEffect();
counter = 0;
}
Expand Down

0 comments on commit ed09448

Please sign in to comment.