Def standalone

This commit is contained in:
jl777
2019-03-26 00:27:25 -11:00
parent c5b7efd7f8
commit f9c20dab78

View File

@@ -625,7 +625,7 @@ void init_colors(void)
init_pair(TC_CELLZ, COLOR_RED, COLOR_BLACK); init_pair(TC_CELLZ, COLOR_RED, COLOR_BLACK);
} }
#else #ifdef STANDALONE
/* /*
Main tetris game! Main tetris game!
*/ */