TETRIS: change menu background, slightly alter checking for full lines
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user