Compare commits
No commits in common. "61a098e7a8a8d938b8ad5479eb57b4ae69eb5230" and "0e2ba86c105460e7239991b294c530cc5cd6ac4c" have entirely different histories.
61a098e7a8
...
0e2ba86c10
@ -83,7 +83,6 @@ GameManager.prototype.actuate = function () {
|
||||
|
||||
// Clear the state when the game is over (game over only, not win)
|
||||
if (this.over) {
|
||||
console.log("over "+this.score);
|
||||
this.storageManager.clearGameState();
|
||||
} else {
|
||||
this.storageManager.setGameState(this.serialize());
|
||||
|
Loading…
Reference in New Issue
Block a user