summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2019-10-26 20:43:35 -0400
committerAndrew Opalach <andrew@akon.city> 2019-10-26 20:43:35 -0400
commite6be4377a3a078addb73983e4cde179f2acda061 (patch)
tree1377d15a686cb4793e343000c01b6fe190fd337d /lib
parentd118ad41559a5137703597d0be86e3eaaf85a92f (diff)
downloadcetris-e6be4377a3a078addb73983e4cde179f2acda061.tar.gz
cetris-e6be4377a3a078addb73983e4cde179f2acda061.tar.bz2
cetris-e6be4377a3a078addb73983e4cde179f2acda061.zip
windows and sdl stuff
Diffstat (limited to 'lib')
-rw-r--r--lib/cetris.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/cetris.h b/lib/cetris.h
index 8b804a1..152f78c 100644
--- a/lib/cetris.h
+++ b/lib/cetris.h
@@ -518,6 +518,7 @@ void update_board(cetris_game *g) {
g->board[x][s + 1] = g->board[x][s];
}
}
+ lines_cleared++;
}
}