Reintroduced color support for ncurses version

This commit is contained in:
Tiehuis
2015-02-22 16:30:40 +13:00
parent d8cef1def4
commit 5d6c3f92be
4 changed files with 31 additions and 2 deletions
+1
View File
@@ -47,6 +47,7 @@ get_new_key:;
/* Game will only end if 0 moves available */
if (game_running) {
/* Maybe change this behaviour so if we don't move, we still generate a block */
if (gamestate_tick(s, g, direction, g->opts->animate ? draw_then_sleep : NULL))
gamestate_new_block(g);