refreshing no longer clears at start

This commit is contained in:
Garrett Finucane 2014-06-23 22:31:25 -04:00
parent eef29f1c3e
commit 2c3b9cbba0

View file

@ -1,7 +1,7 @@
function exportSaveState() {
var state = {};
if(gameState == 1 || gameState == -1) {
if(gameState == 1 || gameState == -1 || gameState == 0) {
state = {
clock: MainClock,
blocks: blocks,