diff --git a/source/hiscore_table.cpp b/source/hiscore_table.cpp index 0964b19..ce43eab 100644 --- a/source/hiscore_table.cpp +++ b/source/hiscore_table.cpp @@ -82,13 +82,11 @@ void HiScoreTable::render() { // Pinta en pantalla SDL_Rect window = {0, 0, GAME_WIDTH, GAME_HEIGHT}; - SDL_Rect srcRect = {0, 0, 16, 16}; const color_t orangeColor = {0xFF, 0x7A, 0x00}; // hay 27 letras - 7 de puntos quedan 20 caracteres 20 - nameLenght 0 numDots const int spaceBetweenHeader = 32; const int spaceBetweenLines = text->getCharacterSize() * 1.8f; - const int scorePosition = 180; // Pinta en el backbuffer el texto y los sprites SDL_SetRenderTarget(renderer, backbuffer);