From 6ee4bf59b927c31cf9ba7b340d1b03d598b2a527 Mon Sep 17 00:00:00 2001 From: Oxore Date: Sat, 9 Dec 2017 11:45:51 +0300 Subject: Level up condition removed lines count --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 5b4b931..af6f6ba 100644 --- a/src/main.c +++ b/src/main.c @@ -13,7 +13,7 @@ #include "tet_conf.h" Window w = {.mode = {450, 570, 32}}; -Game game = {.isStarted = 0, .scoreCurrent = 0, .level = 1}; +Game game = {.isStarted = 0, .scoreCurrent = 0, .level = 1, .lines = 0}; List *texts; sfFont *fontScore; Shape active, next; -- cgit v1.2.3