TETRIS: change menu background, slightly alter checking for full lines

This commit is contained in:
2020-09-11 21:54:45 +02:00
parent bd60a8bf59
commit 0a06e1d841
4 changed files with 7 additions and 8 deletions
-1
View File
@@ -23,7 +23,6 @@ void doInput() {
while ( !g_quit ) {
base = SDL_GetTicks();
SDL_framerateDelay( &gFPS );
// TODO here comes the thingy
g_input_functions.back()(g_main_scene, base, line_coliders);
}
}