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
+2
View File
@@ -45,6 +45,8 @@ void updateShadow(SDLPP::Scene &scene) {
}
void moveThem( std::shared_ptr< SDLPP::Scene > scene, int ticks ) {
if ( !g_cur_object )
return;
auto movement = g_cur_object->getMovement();
g_ticks_till_fall -= ticks;
if ( g_cur_object->isDescending() )